]> granicus.if.org Git - postgresql/commit
Fix not-quite-right Assertion. Did not work at all in extended-query
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 2 Aug 2004 21:42:18 +0000 (21:42 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 2 Aug 2004 21:42:18 +0000 (21:42 +0000)
commit946fdc000e2b2e1218c4d31588eaa089ca3439b5
tree36c35b3ab54a0147723b57d6e42ca8e8f812d9ca
parent9aa30e7109b83aa8475746b59e6336d9f5e260b8
Fix not-quite-right Assertion.  Did not work at all in extended-query
mode (per complaint from Kris Jurka) and it was only by chance that it
didn't fail in simple-query mode.  A COMMIT or ROLLBACK has to be
executed by a portal, therefore it's wrong to suppose that there aren't
any live portals at CleanupTransaction time.
src/backend/utils/mmgr/portalmem.c