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

Modified Files:
      Tag: M5XQ
        lalg2sql.brg 
Log Message:
propagated changes of Thursday Jun 18 2009 - Saturday Jun 20 2009
from the development trunk to the M5XQ branch

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/06/18 - tsheyar: compiler/sql/lalg2sql.brg,1.166
-- Turn local variables into 'real' local variables by adding a scope.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


U lalg2sql.brg
Index: lalg2sql.brg
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/sql/lalg2sql.brg,v
retrieving revision 1.158.2.2
retrieving revision 1.158.2.3
diff -u -d -r1.158.2.2 -r1.158.2.3
--- lalg2sql.brg        15 Jun 2009 12:47:50 -0000      1.158.2.2
+++ lalg2sql.brg        20 Jun 2009 09:49:07 -0000      1.158.2.3
@@ -4470,6 +4470,7 @@
         case 51:
         /* Rel:    rank (Rel) */
         case 52:
+        {
             /* copy all existing column, from, and where lists */
             copy_cols_from_where (p, L(p));
 
@@ -4589,7 +4590,7 @@
                 bind = true;
                 execute (comment ("binding due to rank operator"));
             }
-            break;
+        }   break;
 
         /* Rel:    rowid (Rel) */
         case 53:


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