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)
commita6a83067ee2b6199a4e5932ff82d344103b58dff
tree9ebda87d39340ca451e92e128f109790c72ab591
parentf7d2d3958bb94b2a227c11aa5697ef5a910ee307
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