When outputting the session id in log_line_prefix (%c) or in CSV log
authorBruce Momjian <bruce@momjian.us>
Tue, 16 Oct 2012 16:37:59 +0000 (12:37 -0400)
committerBruce Momjian <bruce@momjian.us>
Tue, 16 Oct 2012 16:37:59 +0000 (12:37 -0400)
commit22cc3b35f4d614aff83606a443da475215c6dd84
treebcd51c13056b82f98ddedd58727a25c7b5261ab1
parentb72bd3d1c65886c21a961830325f11a3f7a41799
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.
src/backend/utils/error/elog.c