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

Fix minor memory leak introduced in recent SQL-functions hacking: the

DestReceiver created during postquel_start needs to be destroyed during
postquel_end.  In a moment of brain fade I had assumed this would be taken
care of by FreeQueryDesc, but it's not (and shouldn't be).
parent 9858a8c8
No related branches found
No related tags found
Loading
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