aboutsummaryrefslogtreecommitdiff
path: root/src/include/optimizer/geqo.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-07-20 04:59:10 +0000
committerBruce Momjian <bruce@momjian.us>2002-07-20 04:59:10 +0000
commit38dd3ae7d032eecc6ddadcbd402d90f6ac38f6a3 (patch)
tree3265b2306c61888e5e5240560b87208a5abad46c /src/include/optimizer/geqo.h
parentaec814b5481201c8acd175c07e6bfbb378d37672 (diff)
downloadpostgresql-38dd3ae7d032eecc6ddadcbd402d90f6ac38f6a3.tar.gz
postgresql-38dd3ae7d032eecc6ddadcbd402d90f6ac38f6a3.zip
The attached patch fixes a build problem with GEQO when using the
PX recombination operator, changes some elog() messages from LOG to DEBUG1, puts some debugging functions inside the appropriate #ifdef (not enabled by default), and makes a few other minor cleanups. BTW, the elog() change is motivated by at least one user who has sent a concerned email to -general asking exactly what the "ERX recombination operator" is, and what it is doing to their DBMS. Neil Conway
Diffstat (limited to 'src/include/optimizer/geqo.h')
-rw-r--r--src/include/optimizer/geqo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/optimizer/geqo.h b/src/include/optimizer/geqo.h
index 28fb662d207..04af4d7d88c 100644
--- a/src/include/optimizer/geqo.h
+++ b/src/include/optimizer/geqo.h
@@ -6,7 +6,7 @@
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: geqo.h,v 1.28 2002/06/20 20:29:51 momjian Exp $
+ * $Id: geqo.h,v 1.29 2002/07/20 04:59:10 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -28,7 +28,7 @@
/* GEQO debug flag */
/*
#define GEQO_DEBUG
-*/
+ */
/* recombination mechanism */
/*