Remove inappropriate translation marker in getObjectIdentityParts().

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

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