OSDN Git Service

Adjust configuration-files GUC behavior as per my recent proposal.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 9 Oct 2004 23:13:22 +0000 (23:13 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 9 Oct 2004 23:13:22 +0000 (23:13 +0000)
commit337ffcddbae15a3bde25b17dbb8a0832c597003f
tree8901b4f89003a45b6a7ebf5fc1a75c6506dd3264
parent0d069c53c3b01b37388473c123f0a78a09d7d3e5
Adjust configuration-files GUC behavior as per my recent proposal.
The vars are renamed to data_directory, config_file, hba_file, and
ident_file, and are guaranteed to be set to accurate absolute paths
during postmaster startup.
This commit does not yet do anything about hiding path values from
non-superusers.
doc/src/sgml/runtime.sgml
src/backend/libpq/hba.c
src/backend/postmaster/postmaster.c
src/backend/utils/init/miscinit.c
src/backend/utils/misc/guc.c
src/backend/utils/misc/postgresql.conf.sample
src/include/miscadmin.h
src/include/utils/guc.h