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

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 parent7467939 commit3e53492
1 file changed
+10
-0
lines changedLines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1554 | 1554 |
| |
1555 | 1555 |
| |
1556 | 1556 |
| |
| 1557 | + | |
| 1558 | + | |
| 1559 | + | |
| 1560 | + | |
| 1561 | + | |
| 1562 | + | |
| 1563 | + | |
| 1564 | + | |
| 1565 | + | |
| 1566 | + | |
1557 | 1567 |
| |
1558 | 1568 |
| |
1559 | 1569 |
| |
|
0 commit comments
Comments
(0)