pgsql: This makes the error messages for PREPARE TRANSACTION, COMMIT

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: This makes the error messages for PREPARE TRANSACTION, COMMIT
Date: 2005-10-13 17:57:17
Message-ID: 20051013175717.03501D7F63@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.11 -> r1.12)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/twophase.c.diff?r1=1.11&r2=1.12)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-10-13 17:57:57 pgsql: Back out this because of fear of changing error strings: This
Previous Message Bruce Momjian 2005-10-13 17:55:19 pgsql: Rewording, use the more common multi-threaded/single-threaded.