forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit18db215
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 parent84520f9 commit18db215
1 file changed
+20
-0
lines changedLines changed: 20 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5299 | 5299 |
| |
5300 | 5300 |
| |
5301 | 5301 |
| |
| 5302 | + | |
| 5303 | + | |
| 5304 | + | |
| 5305 | + | |
| 5306 | + | |
| 5307 | + | |
| 5308 | + | |
| 5309 | + | |
| 5310 | + | |
5302 | 5311 |
| |
| 5312 | + | |
| 5313 | + | |
| 5314 | + | |
| 5315 | + | |
5303 | 5316 |
| |
5304 | 5317 |
| |
| 5318 | + | |
5305 | 5319 |
| |
5306 | 5320 |
| |
5307 | 5321 |
| |
| |||
7710 | 7724 |
| |
7711 | 7725 |
| |
7712 | 7726 |
| |
| 7727 | + | |
| 7728 | + | |
| 7729 | + | |
| 7730 | + | |
| 7731 | + | |
| 7732 | + | |
7713 | 7733 |
| |
7714 | 7734 |
| |
7715 | 7735 |
| |
|
0 commit comments
Comments
(0)