forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitcb11f4d
committed
Fix processing of PGC_BACKEND GUC parameters on Windows.
EXEC_BACKEND builds (i.e., Windows) failed to absorb values of PGC_BACKENDparameters if they'd been changed post-startup via the config file. Thisfor example prevented log_connections from working if it were turned onpost-startup. The mechanism for handling this case has always been a bitof a kluge, and it wasn't revisited when we implemented EXEC_BACKEND.While in a normal forking environment new backends will inherit thepostmaster's value of such settings, EXEC_BACKEND backends have to readthe settings from the CONFIG_EXEC_PARAMS file, and they were mistakenlyrejecting them. So this case has always been broken in the Windows port;so back-patch to all supported branches.Amit Kapila1 parentaf7738f commitcb11f4d
1 file changed
+20
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5191 | 5191 | | |
5192 | 5192 | | |
5193 | 5193 | | |
| 5194 | + | |
| 5195 | + | |
| 5196 | + | |
| 5197 | + | |
| 5198 | + | |
| 5199 | + | |
| 5200 | + | |
| 5201 | + | |
| 5202 | + | |
5194 | 5203 | | |
| 5204 | + | |
| 5205 | + | |
| 5206 | + | |
| 5207 | + | |
5195 | 5208 | | |
5196 | 5209 | | |
| 5210 | + | |
5197 | 5211 | | |
5198 | 5212 | | |
5199 | 5213 | | |
| |||
7514 | 7528 | | |
7515 | 7529 | | |
7516 | 7530 | | |
| 7531 | + | |
| 7532 | + | |
| 7533 | + | |
| 7534 | + | |
| 7535 | + | |
| 7536 | + | |
7517 | 7537 | | |
7518 | 7538 | | |
7519 | 7539 | | |
| |||
0 commit comments
Comments
(0)