]> granicus.if.org Git - postgresql/commit
Repair incorrect cleanup of heap memory allocation during
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 9 Sep 1999 16:29:22 +0000 (16:29 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 9 Sep 1999 16:29:22 +0000 (16:29 +0000)
commit805ee87b7d90fe6ba61585967cdf785edfde8d45
treed3a2827a2fad2396b84d1321fd2b48bf44234f54
parent3279f0d546fe1a12a058015b99c61af9b89d3cbc
Repair incorrect cleanup of heap memory allocation during
transaction abort --- before it only worked if there was exactly one level
of allocation context stacked in the blank portal.  Now it does the right
thing for any depth, including zero...
src/backend/access/transam/xact.c
src/backend/utils/mmgr/portalmem.c
src/include/utils/portal.h