pgsql: Make property graph object descriptions better translatable - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Make property graph object descriptions better translatable
Date
Msg-id E1wfln4-001Dl5-0r@gemulon.postgresql.org
Whole thread
List pgsql-committers
Make property graph object descriptions better translatable

getObjectDescription() currently constructs property graph-related
object descriptions incrementally with appendStringInfo().  This
effectively fixes the word order in English, which makes the messages
difficult to translate naturally into languages such as Japanese.

Author: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Reviewed-by: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/20260528.121622.1662808269492494574.horikyota.ntt%40gmail.com

Branch
------
REL_19_STABLE

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

Modified Files
--------------
src/backend/catalog/objectaddress.c | 45 ++++++++++++++++++++++++-------------
1 file changed, 29 insertions(+), 16 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Remove btree_gist's useless logic for encoding-aware truncation.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Fix properties orphaned by dropping a label