mirror of
https://github.com/postgres/postgres.git
synced 2026-05-19 07:03:27 -04:00
25ee160acd
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.