pgsql-server: Fix not-quite-right Assertion. - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql-server: Fix not-quite-right Assertion.
Date
Msg-id 20040802214219.544D9D1B21B@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: dpage@pgfoundry.org (User Dpage)
Date:
Subject: pginstaller - pginst: Add missing encoding, sort the list.
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql-server: Move dbsize/oid2name to open items list.