Files
postgres/src
Tom Lane 25ee160acd 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.
2004-07-01 21:17:13 +00:00
..
2004-05-19 21:37:43 +00:00
2004-05-19 21:37:43 +00:00
2004-05-19 21:37:43 +00:00
2004-06-01 03:32:42 +00:00