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

Modified Files:
      Tag: XQuery_0-22
        milgen.brg 
Log Message:
-- Bugfix: Turn missing feature into proper error message.

   (This checkin should not be propagated to the CVS HEAD.)


Index: milgen.brg
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/mil/milgen.brg,v
retrieving revision 1.107
retrieving revision 1.107.2.1
diff -u -d -r1.107 -r1.107.2.1
--- milgen.brg  31 Jan 2008 21:43:33 -0000      1.107
+++ milgen.brg  18 Feb 2008 13:52:29 -0000      1.107.2.1
@@ -8020,6 +8020,9 @@
                 /* release all pins */
                 unpin (v, 2);
 
+                PFoops (OOPS_FATAL,
+                        "XRPC function calls not implemented yet.");
+
                 /* fill the environment for all attributes and columns */
                 for (unsigned int i = 0; i < p->schema.count; i++) {
                     for (PFalg_simple_type_t t = 1; t; t <<= 1)


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to