pgsql: Remove inappropriate translation marker in getObjectIdentityPart

Started by Tom Lane15 days ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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_17_STABLE

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

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