]> granicus.if.org Git - postgresql/commit
AbortOutOfAnyTransaction() just before backend exit, to ensure that
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 30 Aug 2000 20:30:06 +0000 (20:30 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 30 Aug 2000 20:30:06 +0000 (20:30 +0000)
commit16dc9bafb7811c900ffebc0ce5cdfeb8fad3266a
tree6e65355cae883cda0d2067827c98f9bdaaab8b8d
parent7bc654bb16dc08153060c8ddc1e0f3786026a483
AbortOutOfAnyTransaction() just before backend exit, to ensure that
resources are cleaned up if the user disconnected mid-transaction.
Great thanks to Hiroshi for pointing out what should have been obvious...
src/backend/tcop/postgres.c