pgsql: doc: Fix description of log_line_prefix %L in release notes

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix description of log_line_prefix %L in release notes
Date: 2026-08-18 06:36:38
Message-ID: E1wwDR7-000000011XE-2SpM@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Fix description of log_line_prefix %L in release notes

%L was described as showing in output the client IP, but it shows the
local IP of the server connected to.

Author: Keisuke Kuroda <keisuke(dot)kuroda(dot)3862(at)gmail(dot)com>
Reviewed-by: Greg Sabino Mullane <htamfids(at)gmail(dot)com>
Discussion: https://postgr.es/m/CANDwggK8AZJx+tGKY+h_8a90rqZ_+4dvGOFvDuRVVSjQvAafbg@mail.gmail.com
Backpatch-through: 18, only

Branch
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/db06f97899cc286cc37421d41b97f16a02fa8411

Modified Files
--------------
doc/src/sgml/release-18.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Langote 2026-08-18 08:07:48 pgsql: Fix RI fast-path race with REINDEX CONCURRENTLY
Previous Message Michael Paquier 2026-08-18 04:44:52 pgsql: hstore: Rework module to use Size and {add,mul}_size for allocat