pgsql: When outputting the session id in log_line_prefix (%c) or in CSV

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: When outputting the session id in log_line_prefix (%c) or in CSV
Дата
Msg-id E1TOA9i-0003Rb-Cd@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
When outputting the session id in log_line_prefix (%c) or in CSV log
output mode, cause the hex digits after the period to always be at least
four hex digits, with zero-padding.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/22cc3b35f4d614aff83606a443da475215c6dd84

Modified Files
--------------
src/backend/utils/error/elog.c |    4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: alter_generic regression test cannot run concurrently with privi
Следующее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: Provide some static-assertion functionality on all compilers.