pgsql: Allow emit_log_hook to see original message text

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема pgsql: Allow emit_log_hook to see original message text
Дата
Msg-id E1aeJld-0005J0-La@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Allow emit_log_hook to see original message text

emit_log_hook could only see the translated text, making it harder to identify
which message was being sent. Pass original text to allow the exact message to
be identified, whichever language is used for logging.

Discussion: 20160216.184755.59721141.horiguchi.kyotaro@lab.ntt.co.jp
Author: Kyotaro Horiguchi

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/73e7e49da3b23a15cd84f003e11ad7d55ad80da7

Modified Files
--------------
src/backend/utils/error/elog.c | 10 ++++++++++
src/include/utils/elog.h       |  3 ++-
2 files changed, 12 insertions(+), 1 deletion(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Don't vacuum all-frozen pages.
Следующее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Refactor receivelog.c parameters