pgsql: Allow printf-style padding specifications in log_line_prefix.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow printf-style padding specifications in log_line_prefix.
Date: 2013-09-26 22:27:45
Message-ID: E1VPK2D-0000RT-7M@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2013-09-29 20:19:51 pgsql: Ensure installation dirs are built before contents are installed
Previous Message Andrew Dunstan 2013-09-26 21:46:48 pgsql: Fix erroneous statements about multiply specified JSON columns.