pgsql: Fix translatable string construction in psql

From: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix translatable string construction in psql
Date: 2026-06-12 12:25:21
Message-ID: E1wY0wr-0000qb-25@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix translatable string construction in psql

Similar to commit 3692a622d3fd, for a slightly different code pattern in
psql.

No backpatch to avoid disrupting translation in stable branches.

Author: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
Reviewed-by: Peter Smith <smithpb2250(at)gmail(dot)com>
Discussion: https://postgr.es/m/airjxKXx7aTG8kfE@alvherre.pgsql

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5459223edb1d08d31711c55f7be9aa6a5710f762

Modified Files
--------------
src/bin/psql/describe.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2026-06-12 14:31:43 pgsql: Don't try to import a non-exported object in vcregress.pl
Previous Message Daniel Gustafsson 2026-06-12 12:16:27 pgsql: Fix compilation with OpenSSL 4