Commit 5816f21
committed
Remove duplicate InitPostmasterChild() call while starting a bgworker.
This is apparently harmless on Windows, but on Unix it results in an
assertion failure. We'd not noticed because this code doesn't get
used on Unix unless you build with -DEXEC_BACKEND. Bug was evidently
introduced by sloppy refactoring in commit 31c4531.
Thomas Munro
Discussion: <CAEepm=1VOnbVx4wsgQFvj94hu9jVt2nVabCr7QiooUSvPJXkgQ@mail.gmail.com>1 parent d02b387 commit 5816f21
1 file changed
+2
-2
lines changed| 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