OSDN Git Service

The attached patch fixes a build problem with GEQO when using the
authorBruce Momjian <bruce@momjian.us>
Sat, 20 Jul 2002 04:59:10 +0000 (04:59 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 20 Jul 2002 04:59:10 +0000 (04:59 +0000)
commit38dd3ae7d032eecc6ddadcbd402d90f6ac38f6a3
tree3265b2306c61888e5e5240560b87208a5abad46c
parentaec814b5481201c8acd175c07e6bfbb378d37672
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
src/backend/optimizer/geqo/Makefile
src/backend/optimizer/geqo/geqo_main.c
src/backend/optimizer/geqo/geqo_misc.c
src/include/optimizer/geqo.h
src/include/optimizer/geqo_misc.h