pgsql/ oc/src/sgml/runtime.sgml rc/backend/uti ...

Started by Tom Lanealmost 25 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl@postgresql.org 01/09/30 16:16:21

Modified files:
doc/src/sgml : runtime.sgml
src/backend/utils/misc: guc.c
src/include/utils: guc.h

Log message:
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.