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

Started by Bruce Momjianalmost 14 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

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(-)