Skip to content
Snippets Groups Projects
Commit 25ee160a authored by Tom Lane's avatar Tom Lane
Browse files

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.
parent 1732cb0d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment