Commit c6ea616
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 a253a88 commit c6ea616
1 file changed
+2
-2
lines changed| 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