pgsql: Back out this because of fear of changing error strings: This

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Back out this because of fear of changing error strings: This
Date: 2005-10-13 17:57:57
Message-ID: 20051013175757.BB5A9D815B@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-10-13 17:58:44 pgsql: Go back to emitting path names with forward slashes on Windows.
Previous Message Bruce Momjian 2005-10-13 17:57:17 pgsql: This makes the error messages for PREPARE TRANSACTION, COMMIT

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2005-10-13 18:06:47 Re: [COMMITTERS] pgsql: Back out this because of fear of changing error strings: This
Previous Message Mark Wong 2005-10-13 17:57:39 Re: Spinlocks, yet again: analysis and proposed patches