pgsql/src backend/optimizer/geqo/Makefile back ... - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian - CVS)
Subject pgsql/src backend/optimizer/geqo/Makefile back ...
Date
Msg-id 20020720045910.F129A475DB9@postgresql.org
Whole thread Raw
List pgsql-committers
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


pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql/src/test/regress expected/vacuum.out sql ...
Next
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql/ ontrib/dbsize/dbsize.c ontrib/fulltexti ...