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

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

From
momjian@postgresql.org (Bruce Momjian - CVS)
Date:
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