forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9500d8f
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 parent6340565 commit9500d8f
1 file changed
+20
-0
lines changedLines changed: 20 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4778 | 4778 |
| |
4779 | 4779 |
| |
4780 | 4780 |
| |
| 4781 | + | |
| 4782 | + | |
| 4783 | + | |
| 4784 | + | |
| 4785 | + | |
| 4786 | + | |
| 4787 | + | |
| 4788 | + | |
| 4789 | + | |
4781 | 4790 |
| |
| 4791 | + | |
| 4792 | + | |
| 4793 | + | |
| 4794 | + | |
4782 | 4795 |
| |
4783 | 4796 |
| |
| 4797 | + | |
4784 | 4798 |
| |
4785 | 4799 |
| |
4786 | 4800 |
| |
| |||
7136 | 7150 |
| |
7137 | 7151 |
| |
7138 | 7152 |
| |
| 7153 | + | |
| 7154 | + | |
| 7155 | + | |
| 7156 | + | |
| 7157 | + | |
| 7158 | + | |
7139 | 7159 |
| |
7140 | 7160 |
| |
7141 | 7161 |
| |
|
0 commit comments
Comments
(0)