pgsql: Back out this because of fear of changing error strings: This - Mailing list pgsql-committers

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql: Back out this because of fear of changing error strings: This
Date
Msg-id 20051013175757.BB5A9D815B@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Back out this because of fear of changing error strings:

This makes the error messages for PREPARE TRANSACTION, COMMIT PREPARED
etc. match the docs, which talk about "transaction identifier" not
"gid" or "global transaction identifier".

Steve Woodcock

Modified Files:
--------------
    pgsql/src/backend/access/transam:
        twophase.c (r1.12 -> r1.13)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/twophase.c.diff?r1=1.12&r2=1.13)

pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: This makes the error messages for PREPARE TRANSACTION, COMMIT
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Go back to emitting path names with forward slashes on Windows.