pgsql: Allow printf-style padding specifications in log_line_prefix. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Allow printf-style padding specifications in log_line_prefix.
Date
Msg-id E1VPK2D-0000RT-7M@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Allow printf-style padding specifications in log_line_prefix.

David Rowley, after a suggestion from Heikki Linnakangas.  Reviewed by
Albe Laurenz, and further edited by me.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4334639f4bb9fb88c13b8dd5faca22b207248504

Modified Files
--------------
doc/src/sgml/config.sgml       |   10 +-
src/backend/utils/error/elog.c |  239 +++++++++++++++++++++++++++++++++-------
2 files changed, 210 insertions(+), 39 deletions(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Fix erroneous statements about multiply specified JSON columns.
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Ensure installation dirs are built before contents are installed