pgsql: Use errdetail_internal() for SSI transaction cancellation detail

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Use errdetail_internal() for SSI transaction cancellation detail
Дата
Msg-id E1Qi9Wc-0005w1-QF@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Use errdetail_internal() for SSI transaction cancellation details.

Per discussion, these seem too technical to be worth translating.

Kevin Grittner

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3ee7c8710defb63490d90cfff09a773d764aa05d

Modified Files
--------------
src/backend/storage/lmgr/predicate.c |   18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Replace errdetail("%s", ...) with errdetail_internal("%s", ...).
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Add an errdetail_internal() ereport auxiliary routine.