Re: BUG #14043: log_line_prefix %h not expand.(RPM only)

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: harada(dot)toshi(at)po(dot)ntts(dot)co(dot)jp
Cc: PostgreSQL mailing lists <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #14043: log_line_prefix %h not expand.(RPM only)
Date: 2016-03-24 12:28:02
Message-ID: CAB7nPqSnb9fqM7o-TNEF-SoYfeRjvjh_=WyLaO_3CbeEdgZFVw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Thu, Mar 24, 2016 at 6:49 PM, <harada(dot)toshi(at)po(dot)ntts(dot)co(dot)jp> wrote:
> * Is this a 9.5.0 bug? Or "RPM version PostgreSQL" specific issues?

From 9.5.1 release notes:
http://www.postgresql.org/docs/9.5/static/release-9-5-1.html

Make %h and %r escapes in log_line_prefix work for messages emitted
due to log_connections (Tom Lane)
Previously, %h/%r started to work just after a new session had emitted
the "connection received" log message; now they work for that message
too.
--
Michael

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Magnus Hagander 2016-03-24 13:04:22 Re: Re: Missing rows with index scan when collation is not "C" (PostgreSQL 9.5)
Previous Message harada.toshi 2016-03-24 09:49:44 BUG #14043: log_line_prefix %h not expand.(RPM only)