diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2004-07-01 21:17:13 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2004-07-01 21:17:13 +0000 |
commit | 25ee160acd3670104af6b62564d7142e0bbe115f (patch) | |
tree | 0e7b19fb9515f6d32df6f8587cf58057d0973df9 /src/backend/utils/adt/misc.c | |
parent | 1732cb0dbe5ac3c1024c9f034438ae332a2ad859 (diff) | |
download | postgresql-25ee160acd3670104af6b62564d7142e0bbe115f.tar.gz postgresql-25ee160acd3670104af6b62564d7142e0bbe115f.zip |
More paranoia in AtEOSubXact_SPI: don't assume we can safely use SPI_finish
for cleaning up. It seems possible that the memory contexts SPI_finish
would try to touch are already gone; and there's no need for SPI itself
to delete them, since the containing contexts will surely be going away
anyway at transaction end.
Diffstat (limited to 'src/backend/utils/adt/misc.c')
0 files changed, 0 insertions, 0 deletions