- Notifications
You must be signed in to change notification settings - Fork5
Commit5816f21
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 parentd02b387 commit5816f21
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4787 | 4787 |
| |
4788 | 4788 |
| |
4789 | 4789 |
| |
4790 |
| - | |
4791 |
| - | |
4792 | 4790 |
| |
4793 | 4791 |
| |
4794 | 4792 |
| |
| |||
4801 | 4799 |
| |
4802 | 4800 |
| |
4803 | 4801 |
| |
| 4802 | + | |
4804 | 4803 |
| |
4805 | 4804 |
| |
| 4805 | + | |
4806 | 4806 |
| |
4807 | 4807 |
| |
4808 | 4808 |
| |
|
0 commit comments
Comments
(0)