Whack some sense into the configuration-file-location patch.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 8 Oct 2004 01:36:36 +0000 (01:36 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 8 Oct 2004 01:36:36 +0000 (01:36 +0000)
commit7ca3a0f3e28e9d89d390214f6be59d7c8e88d367
tree0c79bf0b44cbbd62eeb39380a0b45a501c75dfbf
parentf4f6caa9b02af8313b3fa0f76f069b614cb98095
Whack some sense into the configuration-file-location patch.
Refactor code into something reasonably understandable, cause
use of the feature to not fail in standalone backends or in
EXEC_BACKEND case, fix sloppy guc.c table entries, make the
documentation minimally usable.
12 files changed:
doc/src/sgml/ref/postgres-ref.sgml
doc/src/sgml/ref/postmaster.sgml
doc/src/sgml/runtime.sgml
src/backend/bootstrap/bootstrap.c
src/backend/libpq/hba.c
src/backend/postmaster/postmaster.c
src/backend/tcop/postgres.c
src/backend/utils/misc/guc-file.l
src/backend/utils/misc/guc.c
src/backend/utils/misc/postgresql.conf.sample
src/include/utils/guc.h
src/include/utils/guc_tables.h