Skip to content
Snippets Groups Projects
Commit 0d54d6ac authored by Tom Lane's avatar Tom Lane
Browse files

Clean up handling of tuple descriptors so that result-tuple descriptors

allocated by plan nodes are not leaked at end of query.  This doesn't
really matter for normal queries, but it sure does for queries invoked
repetitively inside SQL functions.  Clean up some other grotty code
associated with tupdescs, and fix a few other memory leaks exposed by
tests with simple SQL functions.
parent 51cd0377
No related branches found
No related tags found
No related merge requests found
Showing
with 379 additions and 724 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment