pgsql/src/backend/utils/misc (guc-file.l guc.c Makefile trace.c)

From: Peter Eisentraut - PostgreSQL <petere>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/utils/misc (guc-file.l guc.c Makefile trace.c)
Date: 2000-05-31 00:28:35
Message-ID: 200005310028.UAA08627@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Tuesday, May 30, 2000 @ 20:28:34
Author: petere

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

Modified Files:
Makefile

Added Files:
guc-file.l guc.c

Removed Files:
trace.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)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut - PostgreSQL 2000-05-31 00:28:36 pgsql/src/bin/initdb (initdb.sh)
Previous Message Peter Eisentraut - PostgreSQL 2000-05-31 00:28:34 pgsql/src/backend/utils/init (globals.c)