Remove inappropriate translation marker in getObjectIdentityParts().

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 02035864e829c25a2ccb081b2002e9a1980dc8cb
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2026-06-08T19:24:03Z
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.

Files

PathChange+/−
src/backend/catalog/objectaddress.c modified +1 −1