forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb8f953d

Amit Kapila
Drop the temporary tuple slots allocated by pgoutput.
In pgoutput, when converting the child table's tuple format to match theparent table's, we temporarily create a new slot to store the convertedtuple. However, we missed to drop such temporary slots, leading toresource leakage.Reported-by: Bowen ShiAuthor: Hou ZhijieReviewed-by: Amit KapilaBackpatch-through: 15Discussion:https://postgr.es/m/CAM_vCudv8dc3sjWiPkXx5F2b27UV7_YRKRbtSCcE-pv=cVACGA@mail.gmail.com1 parent6f61d0e commitb8f953d
1 file changed
+10
-0
lines changedLines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1549 | 1549 |
| |
1550 | 1550 |
| |
1551 | 1551 |
| |
| 1552 | + | |
| 1553 | + | |
| 1554 | + | |
| 1555 | + | |
| 1556 | + | |
| 1557 | + | |
| 1558 | + | |
| 1559 | + | |
| 1560 | + | |
| 1561 | + | |
1552 | 1562 |
| |
1553 | 1563 |
| |
1554 | 1564 |
| |
|
0 commit comments
Comments
(0)