pgsql/src (configure configure.in)

From: Peter Eisentraut - PostgreSQL <petere>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src (configure configure.in)
Date: 2000-05-31 00:28:13
Message-ID: 200005310028.UAA08395@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

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

Modified Files:
configure configure.in

----------------------------- 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:14 pgsql/src/backend (Makefile pg_options.sample)
Previous Message Bruce Momjian - CVS 2000-05-30 18:00:31 pgsql/doc/src/sgml/ref (pg_passwd.sgml)