Allow printf-style padding specifications in log_line_prefix.

Robert Haas <rhaas@postgresql.org>

Commit: 4334639f4bb9fb88c13b8dd5faca22b207248504
Author: Robert Haas <rhaas@postgresql.org>
Date: 2013-09-26T21:56:31Z
Releases: 9.4.0
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.

Files

PathChange+/−
doc/src/sgml/config.sgml modified +8 −2
src/backend/utils/error/elog.c modified +202 −37