pgsql: Fix translatable string construction in psql - Mailing list pgsql-committers

From Álvaro Herrera
Subject pgsql: Fix translatable string construction in psql
Date
Msg-id E1wY0wr-0000qb-25@gemulon.postgresql.org
Whole thread
List 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@kurilemu.de>
Reviewed-by: Peter Smith <smithpb2250@gmail.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(-)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: Fix compilation with OpenSSL 4
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Don't try to import a non-exported object in vcregress.pl