pgsql/src backend/optimizer/geqo/Makefile back ...

Started by Bruce Momjianabout 24 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian@postgresql.org 02/07/20 00:59:10

Modified files:
src/backend/optimizer/geqo: Makefile geqo_main.c geqo_misc.c
src/include/optimizer: geqo.h geqo_misc.h

Log message:
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