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

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

From
tgl@postgresql.org
Date:
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.