pgsql-server: Fix not-quite-right Assertion.

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server: Fix not-quite-right Assertion.
Date: 2004-08-02 21:42:19
Message-ID: 20040802214219.544D9D1B21B@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql-server/src/backend/utils/mmgr:
portalmem.c (r1.67 -> r1.68)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/utils/mmgr/portalmem.c.diff?r1=1.67&r2=1.68)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2004-08-03 01:14:58 pgsql-server: Move dbsize/oid2name to open items list.
Previous Message User Dpage 2004-08-02 21:22:06 pginstaller - pginst: Warn the user that initdb may take a couple of