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

Modified Files:
        sql.h 
Log Message:
-- 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.53
diff -u -d -r1.52 -r1.53
--- sql.h       8 Jan 2009 16:54:12 -0000       1.52
+++ sql.h       16 Jun 2009 13:51:33 -0000      1.53
@@ -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 .......... */


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