mirror of https://github.com/postgres/postgres
Calling \bind repeatedly would cause the memory allocated for the list of bind parameters to be leaked after each call, as the list is reset when beginning a single call. This issue is fixed by making the cleanup of the bind parameter list more aggressive, refactoring it into a single routine called after processing a query and before running an individual \bind. HEAD required more surgery and has been fixed byREL_16_STABLE87eeadaea1
. Issue introduced by5b66de3433
. Reported-by: Anthonin Bonnefoy Discussion: https://postgr.es/m/2e5b89af-a351-ff0a-000c-037ac28314ab@gmail.com Backpatch-through: 16
parent
00c8c4180a
commit
c2fb2f9e20
Loading…
Reference in new issue