Update of /cvsroot/monetdb/pathfinder/compiler/algebra
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18699/algebra

Modified Files:
        physical.c 
Log Message:
-- Fixing bug [ 1895460 ] PF fails to compile with assertions disabled.


Index: physical.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/physical.c,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- physical.c  16 Feb 2008 19:42:39 -0000      1.58
+++ physical.c  18 Feb 2008 13:04:14 -0000      1.59
@@ -57,7 +57,6 @@
 #define JOIN_COST 100
 #define SORT_COST 700
 
-#ifndef NDEBUG
 /**
  * check for a column @a a in op @a p.
  */
@@ -72,7 +71,6 @@
 
     return false;
 }
-#endif
 
 /**
  * check for the type of column @a a in op @a p.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to