Обсуждение: pgsql: Back out this because of fear of changing error strings: This

Поиск
Список
Период
Сортировка

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

От
momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
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)