Update of /cvsroot/monetdb/pathfinder/compiler/mil
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv11889
Modified Files:
Tag: XQuery_0-16
milprint_summer.c
Log Message:
In XRPC, treat document management functions the same as updating
functions, because doc management functions also don't print any thing
after execution.
Index: milprint_summer.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/mil/milprint_summer.c,v
retrieving revision 1.318.2.15
retrieving revision 1.318.2.16
diff -u -d -r1.318.2.15 -r1.318.2.16
--- milprint_summer.c 21 Feb 2007 23:43:42 -0000 1.318.2.15
+++ milprint_summer.c 22 Feb 2007 18:44:29 -0000 1.318.2.16
@@ -6218,7 +6218,7 @@
static void
translateXRPCCall (opt_t *f, int cur_level, int counter, PFcnode_t *xrpc)
{
- int i = 0, rc = NORMAL, updCall = PFqueryType(xrpc) == 1 ? 1 : 0;
+ int i = 0, rc = NORMAL, updCall = PFqueryType(xrpc) == 0 ? 0 : 1;
PFcnode_t *dsts = L(xrpc);
PFfun_t *fun = R(xrpc)->sem.fun;
PFcnode_t *args = RD(xrpc);
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins