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

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: When outputting the session id in log_line_prefix (%c) or in CSV
Date: 2012-10-16 16:38:10
Message-ID: E1TOA9i-0003Rb-Cd@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-10-16 21:50:48 Re: pgsql: Provide some static-assertion functionality on all compilers.
Previous Message Andres Freund 2012-10-16 13:08:38 Re: pgsql: Provide some static-assertion functionality on all compilers.