Re: [PATCHES] Make 2PC error messages match docs

2005-10-13 Thread Bruce Momjian
Patch applied. Thanks. --- Steve Woodcock wrote: > Hi, > > This makes the error messages for PREPARE TRANSACTION, COMMIT PREPARED > etc. match the docs, which talk about "transaction identifier" not > "gid" or "global tra

Re: [PATCHES] Make 2PC error messages match docs

2005-10-13 Thread Tom Lane
Bruce Momjian writes: > Steve Woodcock wrote: >> 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". > Agreed. However, haven't we frozen the error strings? This

Re: [PATCHES] Make 2PC error messages match docs

2005-10-13 Thread Bruce Momjian
Steve Woodcock wrote: > Hi, > > 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". Agreed. However, haven't we frozen the error strings? This arrived October 2 wh