Re: buffer refcount leak in foreign batch insert code
Alexander Pyhalov <a.pyhalov@postgrespro.ru>
From: Alexander Pyhalov <a.pyhalov@postgrespro.ru>
To: Michael Paquier <michael@paquier.xyz>
Cc: pgsql-hackers@postgresql.org
Date: 2023-05-02T07:03:15Z
Lists: pgsql-hackers
Michael Paquier писал 2023-04-25 04:30: > On Mon, Apr 24, 2023 at 09:57:10AM +0900, Michael Paquier wrote: >> The attached is what I am finishing with, with a minimal regression >> test added to postgres_fdw. Two partitions are enough. > > Well, I have gone through that again this morning, and applied the fix > down to 14. The buildfarm is digesting it fine. > -- > Michael Thank you. Sorry for the late response, was on vacation. -- Best regards, Alexander Pyhalov, Postgres Professional
Commits
-
Fix buffer refcount leak with FDW bulk inserts
- 4cc56f8edbe6 14.8 landed
- aa6177c882d4 15.3 landed
- 806fad7573e2 16.0 landed
-
Optimize creation of slots for FDW bulk inserts
- b676ac443b6a 14.0 cited