Update of /cvsroot/monetdb/pathfinder/compiler/algebra/opt
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv28102/compiler/algebra/opt
Modified Files:
Tag: Feb2009
opt_algebra_cse.c opt_complex.c opt_const.c opt_general.brg
opt_guide.c opt_icol.c opt_join_graph.c opt_join_pd.c
opt_key.c opt_monetxq.c opt_mvd.c opt_rank.c opt_req_node.c
opt_reqval.c opt_set.c opt_thetajoin.c
Log Message:
Removed #include "pf_config.h" from pathfinder.h and added it to all .c files
under compiler/.
U opt_algebra_cse.c
Index: opt_algebra_cse.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/opt/opt_algebra_cse.c,v
retrieving revision 1.47.2.1
retrieving revision 1.47.2.2
diff -u -d -r1.47.2.1 -r1.47.2.2
--- opt_algebra_cse.c 6 Mar 2009 13:56:41 -0000 1.47.2.1
+++ opt_algebra_cse.c 7 May 2009 10:49:06 -0000 1.47.2.2
@@ -33,7 +33,8 @@
* $Id$
*/
-/* always include pathfinder.h first! */
+/* always include pf_config.h first! */
+#include "pf_config.h"
#include "pathfinder.h"
#include "oops.h"
U opt_join_pd.c
Index: opt_join_pd.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/opt/opt_join_pd.c,v
retrieving revision 1.60
retrieving revision 1.60.2.1
diff -u -d -r1.60 -r1.60.2.1
--- opt_join_pd.c 8 Jan 2009 16:54:09 -0000 1.60
+++ opt_join_pd.c 7 May 2009 10:49:06 -0000 1.60.2.1
@@ -56,7 +56,8 @@
* $Id$
*/
-/* always include pathfinder.h first! */
+/* always include pf_config.h first! */
+#include "pf_config.h"
#include "pathfinder.h"
#include <assert.h>
#include <stdio.h>
U opt_rank.c
Index: opt_rank.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/opt/opt_rank.c,v
retrieving revision 1.14.2.1
retrieving revision 1.14.2.2
diff -u -d -r1.14.2.1 -r1.14.2.2
--- opt_rank.c 4 Feb 2009 14:26:26 -0000 1.14.2.1
+++ opt_rank.c 7 May 2009 10:49:06 -0000 1.14.2.2
@@ -38,7 +38,8 @@
* $Id$
*/
-/* always include pathfinder.h first! */
+/* always include pf_config.h first! */
+#include "pf_config.h"
#include "pathfinder.h"
#include <assert.h>
#include <stdio.h>
U opt_icol.c
Index: opt_icol.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/opt/opt_icol.c,v
retrieving revision 1.31
retrieving revision 1.31.2.1
diff -u -d -r1.31 -r1.31.2.1
--- opt_icol.c 8 Jan 2009 16:54:09 -0000 1.31
+++ opt_icol.c 7 May 2009 10:49:06 -0000 1.31.2.1
@@ -36,7 +36,8 @@
* $Id$
*/
-/* always include pathfinder.h first! */
+/* always include pf_config.h first! */
+#include "pf_config.h"
#include "pathfinder.h"
#include <assert.h>
#include <stdio.h>
U opt_reqval.c
Index: opt_reqval.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/opt/opt_reqval.c,v
retrieving revision 1.24
retrieving revision 1.24.2.1
diff -u -d -r1.24 -r1.24.2.1
--- opt_reqval.c 22 Jan 2009 12:15:25 -0000 1.24
+++ opt_reqval.c 7 May 2009 10:49:06 -0000 1.24.2.1
@@ -36,7 +36,8 @@
* $Id$
*/
-/* always include pathfinder.h first! */
+/* always include pf_config.h first! */
+#include "pf_config.h"
#include "pathfinder.h"
#include <assert.h>
#include <stdio.h>
U opt_guide.c
Index: opt_guide.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/opt/opt_guide.c,v
retrieving revision 1.19
retrieving revision 1.19.2.1
diff -u -d -r1.19 -r1.19.2.1
--- opt_guide.c 9 Jan 2009 15:35:33 -0000 1.19
+++ opt_guide.c 7 May 2009 10:49:06 -0000 1.19.2.1
@@ -36,6 +36,7 @@
* $Id$
*/
+#include "pf_config.h"
#include "pathfinder.h"
#include <assert.h>
#include <stdio.h>
U opt_const.c
Index: opt_const.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/opt/opt_const.c,v
retrieving revision 1.43
retrieving revision 1.43.2.1
diff -u -d -r1.43 -r1.43.2.1
--- opt_const.c 21 Jan 2009 16:50:29 -0000 1.43
+++ opt_const.c 7 May 2009 10:49:06 -0000 1.43.2.1
@@ -36,7 +36,8 @@
* $Id$
*/
-/* always include pathfinder.h first! */
+/* always include pf_config.h first! */
+#include "pf_config.h"
#include "pathfinder.h"
#include <assert.h>
#include <stdio.h>
U opt_set.c
Index: opt_set.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/opt/opt_set.c,v
retrieving revision 1.17
retrieving revision 1.17.2.1
diff -u -d -r1.17 -r1.17.2.1
--- opt_set.c 8 Jan 2009 16:54:09 -0000 1.17
+++ opt_set.c 7 May 2009 10:49:06 -0000 1.17.2.1
@@ -36,7 +36,8 @@
* $Id$
*/
-/* always include pathfinder.h first! */
+/* always include pf_config.h first! */
+#include "pf_config.h"
#include "pathfinder.h"
#include <assert.h>
#include <stdio.h>
U opt_general.brg
Index: opt_general.brg
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/opt/opt_general.brg,v
retrieving revision 1.63.2.2
retrieving revision 1.63.2.3
diff -u -d -r1.63.2.2 -r1.63.2.3
--- opt_general.brg 17 Feb 2009 15:31:50 -0000 1.63.2.2
+++ opt_general.brg 7 May 2009 10:49:06 -0000 1.63.2.3
@@ -35,7 +35,8 @@
* $Id$
*/
-/* always include pathfinder.h first! */
+/* always include pf_config.h first! */
+#include "pf_config.h"
#include "pathfinder.h"
#include <assert.h>
#include <stdio.h>
U opt_complex.c
Index: opt_complex.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/opt/opt_complex.c,v
retrieving revision 1.67.2.5
retrieving revision 1.67.2.6
diff -u -d -r1.67.2.5 -r1.67.2.6
--- opt_complex.c 9 Apr 2009 10:22:28 -0000 1.67.2.5
+++ opt_complex.c 7 May 2009 10:49:06 -0000 1.67.2.6
@@ -36,7 +36,8 @@
* $Id$
*/
-/* always include pathfinder.h first! */
+/* always include pf_config.h first! */
+#include "pf_config.h"
#include "pathfinder.h"
#include <assert.h>
#include <stdio.h>
U opt_thetajoin.c
Index: opt_thetajoin.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/opt/opt_thetajoin.c,v
retrieving revision 1.37.2.2
retrieving revision 1.37.2.3
diff -u -d -r1.37.2.2 -r1.37.2.3
--- opt_thetajoin.c 9 Mar 2009 14:52:07 -0000 1.37.2.2
+++ opt_thetajoin.c 7 May 2009 10:49:06 -0000 1.37.2.3
@@ -48,7 +48,8 @@
* $Id$
*/
-/* always include pathfinder.h first! */
+/* always include pf_config.h first! */
+#include "pf_config.h"
#include "pathfinder.h"
#include <assert.h>
#include <stdio.h>
U opt_join_graph.c
Index: opt_join_graph.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/opt/opt_join_graph.c,v
retrieving revision 1.26
retrieving revision 1.26.2.1
diff -u -d -r1.26 -r1.26.2.1
--- opt_join_graph.c 9 Jan 2009 15:33:00 -0000 1.26
+++ opt_join_graph.c 7 May 2009 10:49:06 -0000 1.26.2.1
@@ -42,7 +42,8 @@
* $Id$
*/
-/* always include pathfinder.h first! */
+/* always include pf_config.h first! */
+#include "pf_config.h"
#include "pathfinder.h"
#include <assert.h>
#include <stdio.h>
U opt_monetxq.c
Index: opt_monetxq.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/opt/opt_monetxq.c,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -d -r1.1.2.4 -r1.1.2.5
--- opt_monetxq.c 17 Feb 2009 16:12:27 -0000 1.1.2.4
+++ opt_monetxq.c 7 May 2009 10:49:06 -0000 1.1.2.5
@@ -37,7 +37,8 @@
* $Id$
*/
-/* always include pathfinder.h first! */
+/* always include pf_config.h first! */
+#include "pf_config.h"
#include "pathfinder.h"
#include <assert.h>
#include <stdio.h>
U opt_mvd.c
Index: opt_mvd.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/opt/opt_mvd.c,v
retrieving revision 1.48.2.1
retrieving revision 1.48.2.2
diff -u -d -r1.48.2.1 -r1.48.2.2
--- opt_mvd.c 31 Jan 2009 22:30:20 -0000 1.48.2.1
+++ opt_mvd.c 7 May 2009 10:49:06 -0000 1.48.2.2
@@ -43,7 +43,8 @@
* $Id$
*/
-/* always include pathfinder.h first! */
+/* always include pf_config.h first! */
+#include "pf_config.h"
#include "pathfinder.h"
#include <assert.h>
#include <stdio.h>
U opt_req_node.c
Index: opt_req_node.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/opt/opt_req_node.c,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -u -d -r1.7 -r1.7.2.1
--- opt_req_node.c 8 Jan 2009 16:54:09 -0000 1.7
+++ opt_req_node.c 7 May 2009 10:49:06 -0000 1.7.2.1
@@ -36,7 +36,8 @@
* $Id$
*/
-/* always include pathfinder.h first! */
+/* always include pf_config.h first! */
+#include "pf_config.h"
#include "pathfinder.h"
#include <assert.h>
#include <stdio.h>
U opt_key.c
Index: opt_key.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/opt/opt_key.c,v
retrieving revision 1.21
retrieving revision 1.21.2.1
diff -u -d -r1.21 -r1.21.2.1
--- opt_key.c 8 Jan 2009 16:54:09 -0000 1.21
+++ opt_key.c 7 May 2009 10:49:06 -0000 1.21.2.1
@@ -36,7 +36,8 @@
* $Id$
*/
-/* always include pathfinder.h first! */
+/* always include pf_config.h first! */
+#include "pf_config.h"
#include "pathfinder.h"
#include <assert.h>
#include <stdio.h>
------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins