pgsql: Change COMMIT back to the old behavior of emitting command tag - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Change COMMIT back to the old behavior of emitting command tag
Date
Msg-id 20041030204444.A6F153A3F37@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Change COMMIT back to the old behavior of emitting command tag COMMIT,
not ROLLBACK, for the case of COMMIT outside a transaction block.
Alvaro Herrera

Modified Files:
--------------
    pgsql/src/backend/access/transam:
        xact.c (r1.193 -> r1.194)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xact.c.diff?r1=1.193&r2=1.194)

pgsql-committers by date:

Previous
From: mha@pgfoundry.org (User Mha)
Date:
Subject: pginstaller - pginst: Add GUID for new timezone directory created in the
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: I found a corner case in which it is possible for RI_FKey_check's