]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Drop the temporary tuple slots allocated by pgoutput.
authorAmit Kapila <akapila@postgresql.org>
Thu, 27 Jun 2024 05:13:52 +0000 (10:43 +0530)
committerAmit Kapila <akapila@postgresql.org>
Thu, 27 Jun 2024 05:13:52 +0000 (10:43 +0530)
commit76fda614027436ca030e1fac4fe33484e995970f
treebf20c84e80958a22324cf6c2c546a9ceaccc68e5
parenteb144dfcafdd7fcce817c75db0c353667b819e11
Drop the temporary tuple slots allocated by pgoutput.

In pgoutput, when converting the child table's tuple format to match the
parent table's, we temporarily create a new slot to store the converted
tuple. However, we missed to drop such temporary slots, leading to
resource leakage.

Reported-by: Bowen Shi
Author: Hou Zhijie
Reviewed-by: Amit Kapila
Backpatch-through: 15
Discussion: https://postgr.es/m/CAM_vCudv8dc3sjWiPkXx5F2b27UV7_YRKRbtSCcE-pv=cVACGA@mail.gmail.com
src/backend/replication/pgoutput/pgoutput.c