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

Modified Files:
        main_sql.c compile.c 
Log Message:
-- 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.180
retrieving revision 1.181
diff -u -d -r1.180 -r1.181
--- compile.c   12 Jun 2009 07:56:42 -0000      1.180
+++ compile.c   16 Jun 2009 14:35:52 -0000      1.181
@@ -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\""

U main_sql.c
Index: main_sql.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/main_sql.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- main_sql.c  12 Jun 2009 07:56:46 -0000      1.11
+++ main_sql.c  16 Jun 2009 14:35:50 -0000      1.12
@@ -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\""


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to