forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0de13bb
committed
Call pgwin32_signal_initialize() in postmaster as well.
This was an oversight in07bf378. While it does reduce the benefit of thesimplification due to that commit, it still seems like a win to me.It seems like it might be a good idea to have a function mirroringInitPostmasterChild() / InitStandaloneProcess() for postmaster in miscinit.cto make it easier to keep initialization between the three possibleenvironment in sync.Author: Andres Freund <andres@anarazel.de>Discussion:https://postgr.es/m/20210805214109.lzfk3r3ae37bahmv@alap3.anarazel.de1 parent07bf378 commit0de13bb
1 file changed
+7
-0
lines changedLines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
593 | 593 |
| |
594 | 594 |
| |
595 | 595 |
| |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
596 | 603 |
| |
597 | 604 |
| |
598 | 605 |
| |
|
0 commit comments
Comments
(0)