- Notifications
You must be signed in to change notification settings - Fork5
Commitbde39ee
committed
Fix a couple of bugs in recent parallelism-related commits.
Commit816e336 added the wrong errorcheck to async.c; sending restrictions is restricted to the leader,not altogether unsafe.Commit3bd909b added ExecShutdownNodeto traverse the planstate tree and call shutdown functions, but madea Gather node, the only node that actually has such a function, abortthe tree traversal, which is wrong.1 parent1a219fa commitbde39ee
2 files changed
+4
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
120 | 121 | | |
121 | 122 | | |
122 | 123 | | |
| |||
544 | 545 | | |
545 | 546 | | |
546 | 547 | | |
547 | | - | |
548 | | - | |
| 548 | + | |
| 549 | + | |
549 | 550 | | |
550 | 551 | | |
551 | 552 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
804 | 804 | | |
805 | 805 | | |
806 | 806 | | |
807 | | - | |
808 | | - | |
809 | | - | |
810 | | - | |
| 807 | + | |
811 | 808 | | |
812 | 809 | | |
813 | 810 | | |
| |||
0 commit comments
Comments
(0)