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

Modified Files:
      Tag: M5XQ
        sql.h 
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/include/sql.h,1.53
-- Replaced old ``special rank handling'' in the SQL code generation by a new
   and more general solution that avoids binding the various numbering operators
   (rownum, rank, rowrank, rowid) if they are only used in the serialization.

-- Extended the serialize_rel operator to print only iter and item information
   instead of all visible columns.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


U sql.h
Index: sql.h
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/include/sql.h,v
retrieving revision 1.52
retrieving revision 1.52.4.1
diff -u -d -r1.52 -r1.52.4.1
--- sql.h       8 Jan 2009 16:54:12 -0000       1.52
+++ sql.h       20 Jun 2009 09:48:52 -0000      1.52.4.1
@@ -341,10 +341,8 @@
     ser_report_t     ser_report;   /**< serialization report */
     PFalg_collist_t *ser_list1;    /**< a list of columns to check further
                                         constraints */
-    PFalg_collist_t *ser_list2;    /**< a list of columns to check further
-                                        constraints */
-    PFarray_t       *rank_map;     /**< an internal representation of all
-                                        ignored rank operators. */
+    bool             bind;         /**< a boolean indicating if a numbering
+                                        operator needs to be bound */
 };                                 
                                    
 /* .......... General .......... */


------------------------------------------------------------------------------
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