Update of /cvsroot/monetdb/pathfinder/compiler/semantics
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18319/compiler/semantics
Modified Files:
ns.c
Log Message:
- added options in compiler
xrpc:bulkrpc "yes"|"no"
xrpc:isolation "none"|"repeatable"
xrpc:timeout "<sec>"
- xrpc_client.mx: added implementation of one-rpc-a-time
- added tests for the new PROC doIterativeRPC, and adjusted existing
tests
- approved sigs_xrpc and procs due to changes in signature
NOTE: would some please approve the changes in the signature of
'UpdateTape' and 'step' in "procs"?
U ns.c
Index: ns.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/semantics/ns.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- ns.c 17 Mar 2008 17:41:29 -0000 1.40
+++ ns.c 28 Mar 2008 20:47:54 -0000 1.41
@@ -156,6 +156,12 @@
PFns_t PFns_tijah = { .prefix = "tijah",
.uri = "http://dbappl.cs.utwente.nl/pftijah/" };
+/**
+ * Pathfinder's namespace for XRPC extension.
+ */
+PFns_t PFns_xrpc = { .prefix = "xrpc",
+ .uri = "http://monetdb.cwi.nl/XQuery" };
+
#ifdef HAVE_PROBXML
/**
* Pathfinder's namespace for additional pxml support functions (pxmlsup:...)
@@ -558,6 +564,7 @@
ns_add (PFns_local);
ns_add (PFns_lib);
ns_add (PFns_tijah);
+ ns_add (PFns_xrpc);
#ifdef HAVE_PROBXML
ns_add (PFns_pxmlsup);
#endif
@@ -1029,6 +1036,7 @@
ns_add (PFns_local);
ns_add (PFns_lib);
ns_add (PFns_tijah);
+ ns_add (PFns_xrpc);
#ifdef HAVE_PROBXML
ns_add (PFns_pxmlsup);
#endif
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins