| From: | momjian(at)postgresql(dot)org (Bruce Momjian - CVS) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql/src backend/optimizer/geqo/Makefile back ... |
| Date: | 2002-07-20 04:59:10 |
| Message-ID: | 20020720045910.F129A475DB9@postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian(at)postgresql(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian - CVS | 2002-07-20 05:16:59 | pgsql/ ontrib/dbsize/dbsize.c ontrib/fulltexti ... |
| Previous Message | Bruce Momjian - CVS | 2002-07-20 04:58:14 | pgsql/src/test/regress expected/vacuum.out sql ... |