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

Modified Files:
      Tag: M5XQ
        main_sql.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/main_sql.c,1.12
-- Remove position information from the query bundle wrappers
   as we don't print the position column anymore.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


U main_sql.c
Index: main_sql.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/main_sql.c,v
retrieving revision 1.7.2.3
retrieving revision 1.7.2.4
diff -u -d -r1.7.2.3 -r1.7.2.4
--- main_sql.c  12 Jun 2009 08:01:30 -0000      1.7.2.3
+++ main_sql.c  20 Jun 2009 09:48:47 -0000      1.7.2.4
@@ -366,10 +366,8 @@
             fprintf (stdout, ">\n");
             fprintf (stdout,
                      "<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 (stdout,
                          "  <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