]> granicus.if.org Git - postgresql/commit
Fix minor memory leak introduced in recent SQL-functions hacking: the
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 27 Nov 2008 00:10:04 +0000 (00:10 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 27 Nov 2008 00:10:04 +0000 (00:10 +0000)
commitc2138f3caad74c904e86121b22ee63e8495618bf
tree1919e1f320e71d630cc955ab6033f3309f0f7387
parent9858a8c81cc1c433e273a55a278b757716201179
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).
src/backend/executor/functions.c