pgsql/src/backend/optimizer/path (allpaths.c costsize.c)

Поиск
Список
Период
Сортировка
От Peter Eisentraut - PostgreSQL
Тема pgsql/src/backend/optimizer/path (allpaths.c costsize.c)
Дата
Msg-id 200005310028.UAA08533@hub.org
обсуждение исходный текст
Список pgsql-committers
  Date: Tuesday, May 30, 2000 @ 20:28:23
Author: petere

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

Modified Files:
    allpaths.c costsize.c

-----------------------------  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)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut - PostgreSQL
Дата:
Сообщение: pgsql/src/backend/storage/ipc (ipc.c sinvaladt.c spin.c)
Следующее
От: Peter Eisentraut - PostgreSQL
Дата:
Сообщение: pgsql/src/include/utils (guc.h elog.h trace.h)