libpq: Fix grease error message style

Jacob Champion <jchampion@postgresql.org>

Commit: 5ca41e4125e9822816a8c1fb79ec19077360b861
Author: Jacob Champion <jchampion@postgresql.org>
Date: 2026-05-29T18:34:03Z
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

Files

PathChange+/−
src/interfaces/libpq/fe-protocol3.c modified +2 −1

Discussion