aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistxlog.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2014-04-05 12:41:28 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2014-04-05 12:41:28 -0400
commit18db2150cee092a0b85baf41c27b800bafa1b480 (patch)
tree68eda777e13c61afb5d495e9c052cbf9c4656b12 /src/backend/access/gist/gistxlog.c
parent84520f91ccec4d204ffae92af039544eb3541c39 (diff)
downloadpostgresql-18db2150cee092a0b85baf41c27b800bafa1b480.tar.gz
postgresql-18db2150cee092a0b85baf41c27b800bafa1b480.zip
Fix processing of PGC_BACKEND GUC parameters on Windows.
EXEC_BACKEND builds (i.e., Windows) failed to absorb values of PGC_BACKEND parameters if they'd been changed post-startup via the config file. This for example prevented log_connections from working if it were turned on post-startup. The mechanism for handling this case has always been a bit of a kluge, and it wasn't revisited when we implemented EXEC_BACKEND. While in a normal forking environment new backends will inherit the postmaster's value of such settings, EXEC_BACKEND backends have to read the settings from the CONFIG_EXEC_PARAMS file, and they were mistakenly rejecting them. So this case has always been broken in the Windows port; so back-patch to all supported branches. Amit Kapila
Diffstat (limited to 'src/backend/access/gist/gistxlog.c')
0 files changed, 0 insertions, 0 deletions