pgsql: libpq: Fix grease error message style - Mailing list pgsql-committers

From Jacob Champion
Subject pgsql: libpq: Fix grease error message style
Date
Msg-id E1wT2Cg-0009sr-1m@gemulon.postgresql.org
Whole thread
List pgsql-committers
libpq: Fix grease error message style

Double-quote the protocol extension name, and move it out of line with a
%s specifier, to help with translation. Fixes up 4966bd3ed.

Reported-by: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Suggested-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://postgr.es/m/20260528.121622.1662808269492494574.horikyota.ntt%40gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5ca41e4125e9822816a8c1fb79ec19077360b861

Modified Files
--------------
src/interfaces/libpq/fe-protocol3.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: pg_plan_advice: DO_NOT_SCAN is a simple tag, not a generic one.
Next
From: Álvaro Herrera
Date:
Subject: pgsql: Remove unnecessary signal handler change