Remove inappropriate translation marker in getObjectIdentityParts().

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

Commit: c48c2bc37eabdd692cac9af5a57f8ef116b9c465
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