Thread: pgsql: Allow printf-style padding specifications in log_line_prefix.

pgsql: Allow printf-style padding specifications in log_line_prefix.

From
Robert Haas
Date:
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(-)