- Notifications
You must be signed in to change notification settings - Fork5
Commitc6ea616
committed
Remove duplicate InitPostmasterChild() call while starting a bgworker.
This is apparently harmless on Windows, but on Unix it results in anassertion failure. We'd not noticed because this code doesn't getused on Unix unless you build with -DEXEC_BACKEND. Bug was evidentlyintroduced by sloppy refactoring in commit31c4531.Thomas MunroDiscussion: <CAEepm=1VOnbVx4wsgQFvj94hu9jVt2nVabCr7QiooUSvPJXkgQ@mail.gmail.com>1 parenta253a88 commitc6ea616
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4806 | 4806 |
| |
4807 | 4807 |
| |
4808 | 4808 |
| |
4809 |
| - | |
4810 |
| - | |
4811 | 4809 |
| |
4812 | 4810 |
| |
4813 | 4811 |
| |
| |||
4820 | 4818 |
| |
4821 | 4819 |
| |
4822 | 4820 |
| |
| 4821 | + | |
4823 | 4822 |
| |
4824 | 4823 |
| |
| 4824 | + | |
4825 | 4825 |
| |
4826 | 4826 |
| |
4827 | 4827 |
| |
|
0 commit comments
Comments
(0)