Update of /cvsroot/monetdb/pathfinder/compiler
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv2581/compiler

Modified Files:
      Tag: M5XQ
        compile.c 
Log Message:
propagated changes of Tuesday Jun 16 2009 - Saturday Jun 20 2009
from the development trunk to the M5XQ branch

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/06/16 - tsheyar: compiler/compile.c,1.181
-- Remove position information from the query bundle wrappers
   as we don't print the position column anymore.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


U compile.c
Index: compile.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/compile.c,v
retrieving revision 1.172.2.6
retrieving revision 1.172.2.7
diff -u -d -r1.172.2.6 -r1.172.2.7
--- compile.c   12 Jun 2009 08:01:26 -0000      1.172.2.6
+++ compile.c   20 Jun 2009 09:48:42 -0000      1.172.2.7
@@ -695,10 +695,8 @@
                 fprintf (pfout, ">\n");
                 fprintf (pfout,
                          "<schema>\n"
-                         "  <column name=\"%s\" function=\"iter\"/>\n"
-                         "  <column name=\"%s\" function=\"pos\"/>\n",
-                         PFcol_str (laroot->sem.ser_rel.iter),
-                         PFcol_str (laroot->sem.ser_rel.pos));
+                         "  <column name=\"%s\" function=\"iter\"/>\n",
+                         PFcol_str (laroot->sem.ser_rel.iter));
                 for (c = 0; c < clsize (laroot->sem.ser_rel.items); c++)
                     fprintf (pfout,
                              "  <column name=\"%s\" new=\"false\""


------------------------------------------------------------------------------
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to