pgsql: Remove inappropriate translation marker in getObjectIdentityPart - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Remove inappropriate translation marker in getObjectIdentityPart
Date
Msg-id E1wWfa0-001dgR-1d@gemulon.postgresql.org
Whole thread
List pgsql-committers
Remove inappropriate translation marker in getObjectIdentityParts().

Strings built by this function are not supposed to be subject to
NLS translation, but commit 6566133c5 missed that memo, so that
object identities like "membership of role %s in role %s" were
translated.

Branch
------
REL_18_STABLE

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

Modified Files
--------------
src/backend/catalog/objectaddress.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Jeff Davis
Date:
Subject: pgsql: dict_synonym.c: remove incorrect outlen.
Next
From: Andres Freund
Date:
Subject: pgsql: ci: Improve ccache handling