forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbdc3e95
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 parent1a496a1 commitbdc3e95
1 file changed
+20
-0
lines changedLines changed: 20 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5225 | 5225 |
| |
5226 | 5226 |
| |
5227 | 5227 |
| |
| 5228 | + | |
| 5229 | + | |
| 5230 | + | |
| 5231 | + | |
| 5232 | + | |
| 5233 | + | |
| 5234 | + | |
| 5235 | + | |
| 5236 | + | |
5228 | 5237 |
| |
| 5238 | + | |
| 5239 | + | |
| 5240 | + | |
| 5241 | + | |
5229 | 5242 |
| |
5230 | 5243 |
| |
| 5244 | + | |
5231 | 5245 |
| |
5232 | 5246 |
| |
5233 | 5247 |
| |
| |||
7636 | 7650 |
| |
7637 | 7651 |
| |
7638 | 7652 |
| |
| 7653 | + | |
| 7654 | + | |
| 7655 | + | |
| 7656 | + | |
| 7657 | + | |
| 7658 | + | |
7639 | 7659 |
| |
7640 | 7660 |
| |
7641 | 7661 |
| |
|
0 commit comments
Comments
(0)