forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbc049d0
committed
Always call ExecShutdownNode() if appropriate.
Call ExecShutdownNode() after ExecutePlan()'s loop, rather than at eachbreak. We had forgotten to do that in one case. The omission causedintermittent "temporary file leak" warnings from multi-batch parallelhash joins with a LIMIT clause.Back-patch to 11. Though the problem exists in theory in earlierparallel query releases, nothing really depended on it.Author: Kyotaro HoriguchiReviewed-by: Thomas Munro, Amit KapilaDiscussion:https://postgr.es/m/20191111.212418.2222262873417235945.horikyota.ntt%40gmail.com1 parentd66e682 commitbc049d0
1 file changed
+7
-16
lines changedLines changed: 7 additions & 16 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1727 | 1727 |
| |
1728 | 1728 |
| |
1729 | 1729 |
| |
1730 |
| - | |
1731 |
| - | |
1732 |
| - | |
1733 |
| - | |
1734 |
| - | |
1735 |
| - | |
1736 |
| - | |
1737 | 1730 |
| |
1738 |
| - | |
1739 | 1731 |
| |
1740 | 1732 |
| |
1741 | 1733 |
| |
| |||
1778 | 1770 |
| |
1779 | 1771 |
| |
1780 | 1772 |
| |
1781 |
| - | |
1782 |
| - | |
1783 |
| - | |
1784 |
| - | |
1785 |
| - | |
1786 |
| - | |
1787 |
| - | |
1788 | 1773 |
| |
1789 |
| - | |
1790 | 1774 |
| |
1791 | 1775 |
| |
| 1776 | + | |
| 1777 | + | |
| 1778 | + | |
| 1779 | + | |
| 1780 | + | |
| 1781 | + | |
| 1782 | + | |
1792 | 1783 |
| |
1793 | 1784 |
| |
1794 | 1785 |
| |
|
0 commit comments
Comments
(0)