forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit76cbfcd
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 parent6ae4d27 commit76cbfcd
1 file changed
+7
-16
lines changedLines changed: 7 additions & 16 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1650 | 1650 |
| |
1651 | 1651 |
| |
1652 | 1652 |
| |
1653 |
| - | |
1654 |
| - | |
1655 |
| - | |
1656 |
| - | |
1657 |
| - | |
1658 |
| - | |
1659 |
| - | |
1660 | 1653 |
| |
1661 |
| - | |
1662 | 1654 |
| |
1663 | 1655 |
| |
1664 | 1656 |
| |
| |||
1701 | 1693 |
| |
1702 | 1694 |
| |
1703 | 1695 |
| |
1704 |
| - | |
1705 |
| - | |
1706 |
| - | |
1707 |
| - | |
1708 |
| - | |
1709 |
| - | |
1710 |
| - | |
1711 | 1696 |
| |
1712 |
| - | |
1713 | 1697 |
| |
1714 | 1698 |
| |
| 1699 | + | |
| 1700 | + | |
| 1701 | + | |
| 1702 | + | |
| 1703 | + | |
| 1704 | + | |
| 1705 | + | |
1715 | 1706 |
| |
1716 | 1707 |
| |
1717 | 1708 |
| |
|
0 commit comments
Comments
(0)