]> granicus.if.org Git - postgresql/commit
Allow the postmaster to accept changes in PGC_BACKEND GUC variables
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 30 Sep 2001 20:16:21 +0000 (20:16 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 30 Sep 2001 20:16:21 +0000 (20:16 +0000)
commitf00da6d841ad3a506aaa7b8d532fd7b5a4a8f247
tree0c92dd40a20705a8287ae114c76f8fea3286d0a8
parente43d51fddcf52e70bc66903aa53c72c8ae39cb2b
Allow the postmaster to accept changes in PGC_BACKEND GUC variables
from the config file, so that these changes will propagate to backends
started later.  Already-started backends continue to ignore changes
in these variables.
doc/src/sgml/runtime.sgml
src/backend/utils/misc/guc.c
src/include/utils/guc.h