]> 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:25:35 +0000 (16:25 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 9 Sep 1999 16:25:35 +0000 (16:25 +0000)
commit5bc0d31ae8c84fc43210c66338c5e2f492b52e6b
tree76e4e78c25424e850b2ea7e6e48a891b1b86a432
parent8b8db01517bd688e35a70eb3a34fb0ce3c977085
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