Обсуждение: pgsql/src/backend/optimizer/geqo (Makefile geqo_main.c geqo_params.c pg_geqo.sample)

Поиск
Список
Период
Сортировка

pgsql/src/backend/optimizer/geqo (Makefile geqo_main.c geqo_params.c pg_geqo.sample)

От
Peter Eisentraut - PostgreSQL
Дата:
  Date: Tuesday, May 30, 2000 @ 20:28:20
Author: petere

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/optimizer/geqo
     from hub.org:/home/projects/pgsql/tmp/cvs-serv2610/src/backend/optimizer/geqo

Modified Files:
    Makefile geqo_main.c

Removed Files:
    geqo_params.c pg_geqo.sample

-----------------------------  Log Message  -----------------------------

The heralded `Grand Unified Configuration scheme' (GUC)

That means you can now set your options in either or all of $PGDATA/configuration,
some postmaster option (--enable-fsync=off), or set a SET command. The list of
options is in backend/utils/misc/guc.c, documentation will be written post haste.

pg_options is gone, so is that pq_geqo config file. Also removed were backend -K,
-Q, and -T options (no longer applicable, although -d0 does the same as -Q).

Added to configure an --enable-syslog option.

changed all callers from TPRINTF to elog(DEBUG)