Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

pgsql/src/backend/storage/ipc (ipc.c sinvaladt.c spin.c)


  • From: Peter Eisentraut - PostgreSQL <petere>
  • To: pgsql-committers(at)postgresql(dot)org
  • Subject: pgsql/src/backend/storage/ipc (ipc.c sinvaladt.c spin.c)
  • Date: Tue, 30 May 2000 20:28:30 -0400 (EDT)
  • Message-id: <200005310028.UAA08573@hub.org> <text/plain>

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

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

Modified Files:
	ipc.c sinvaladt.c spin.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)




Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group