Update of /cvsroot/monetdb/pathfinder/compiler/mil
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv8430/compiler/mil

Modified Files:
      Tag: xrpcdemo
        milprint_summer.c 
Log Message:
premature checkin for Jenni - it compiles now, but it does not work (yet)



U milprint_summer.c
Index: milprint_summer.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/mil/milprint_summer.c,v
retrieving revision 1.419.4.4
retrieving revision 1.419.4.5
diff -u -d -r1.419.4.4 -r1.419.4.5
--- milprint_summer.c   3 Jun 2008 16:43:12 -0000       1.419.4.4
+++ milprint_summer.c   5 Jun 2008 12:55:12 -0000       1.419.4.5
@@ -11455,7 +11455,7 @@
         "var xrpc_seqnr := 0LL;        # if this query is an XRPC request, a 
session-unique nr\n" 
         "var xrpc_timeout := 30000LL;  # configurable usec timeout\n"
         "var xrpc_mode := \"none\";    # format: 
(none|repeatable)[-iterative][-trace]\n"
-        "var xrpc_coord := false;      # this query should act as XRPC 
coordinator?
+        "var xrpc_coord := false;      # this query should act as XRPC 
coordinator?\n"
         "var xrpc_module := str_nil;   # To print XRPC response message, we 
need to know the module\n"
         "var xrpc_method := str_nil;   # and the method specified in the 
request message.\n"
         "var xrpc_shredBAT := int_nil; # bat-id (int) of a shredded XRPC 
message 2b added to the ws\n"
@@ -11577,12 +11577,12 @@
 #define PF_STOPMIL_RDONLY_BODY\
         "  # 'none' could theoretically occur in genType as root tagname 
('xml-root-none'), so check for 'xml'\n"\
         "  if ((genType.search(\"none\") < 0) or (genType.search(\"xml\") >= 
0))\n"\
-        "   
print_result(genType,ws,tunique(iter),constant2bat(iter),item.materialize(ipik),constant2bat(kind),int_values,dbl_values,str_values,\n"
+        "   
print_result(genType,ws,tunique(iter),constant2bat(iter),item.materialize(ipik),constant2bat(kind),int_values,dbl_values,str_values,\n"\
         "                
xrpc_module,xrpc_method,xrpc_qid,xrpc_caller,xrpc_mode,xrpc_seqnr,xrpc_timeout,time_start);\n"
 #define PF_STOPMIL_UPDATE_BODY\
-        "  if (xrpc_method != \"\") \n"
-        "    
print_result(genType,ws,empty_bat,empty_bat,empty_bat,bat(void,int),int_values,dbl_values,str_values);\n"
-        "                  
xrpc_module,xrpc_method,xrpc_qid,xrpc_caller,xrpc_mode,xrpc_seqnr,xrpc_timeout,time_start);\n"
+        "  if (xrpc_method != \"\") \n"\
+        "    
print_result(genType,ws,empty_bat,empty_bat,empty_bat,bat(void,int),int_values,dbl_values,str_values);\n"\
+        "                  
xrpc_module,xrpc_method,xrpc_qid,xrpc_caller,xrpc_mode,xrpc_seqnr,xrpc_timeout,time_start);\n"\
         "  if (xrpc_qid != "") {\n"\
         "    collect_update_tape(ws, item.materialize(ipik), 
kind.materialize(ipik), int_values, str_values);\n"\
         "  } else {\n"\


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to