- Notifications
You must be signed in to change notification settings - Fork5
Commitacf555b
committed
Shut down Gather's children before shutting down Gather itself.
It turns out that the original shutdown order here does not work well.Multiple people attempting to develop further parallel query patcheshave discovered that they need to do cleanup before the DSM goes away,and you can't do that if the parent node gets cleaned up first.Patch by me, reviewed by KaiGai Kohei and Dilip Kumar.Discussion:http://postgr.es/m/CA+TgmoY6bOc1YnhcAQnMfCBDbsJzROQ3sYxSAL-SYB5tMJcTKg@mail.gmail.comDiscussion:http://postgr.es/m/9A28C8860F777E439AA12E8AEA7694F8012AEB82@BPXM15GP.gisp.nec.co.jpDiscussion:http://postgr.es/m/CA+TgmoYuPOc=+xrG1v0fCsoLbKAab9F1ddOeaaiLMzKOiBar1Q@mail.gmail.com1 parentd912dd0 commitacf555b
2 files changed
+4
-2
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
815 | 815 |
| |
816 | 816 |
| |
817 | 817 |
| |
| 818 | + | |
| 819 | + | |
818 | 820 |
| |
819 | 821 |
| |
820 | 822 |
| |
| |||
824 | 826 |
| |
825 | 827 |
| |
826 | 828 |
| |
827 |
| - | |
| 829 | + | |
828 | 830 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
229 | 229 |
| |
230 | 230 |
| |
231 | 231 |
| |
| 232 | + | |
232 | 233 |
| |
233 | 234 |
| |
234 | 235 |
| |
235 |
| - | |
236 | 236 |
| |
237 | 237 |
| |
238 | 238 |
| |
|
0 commit comments
Comments
(0)