pgsql: When outputting the session id in log_line_prefix (%c) or in CSV - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: When outputting the session id in log_line_prefix (%c) or in CSV
Date
Msg-id E1TOA9i-0003Rb-Cd@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: alter_generic regression test cannot run concurrently with privi
Next
From: Andres Freund
Date:
Subject: Re: pgsql: Provide some static-assertion functionality on all compilers.