]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Remove inappropriate translation marker in getObjectIdentityParts().
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 8 Jun 2026 19:23:48 +0000 (15:23 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 8 Jun 2026 19:24:02 +0000 (15:24 -0400)
commitc090bef07d13c7d424c2d145ca12c1fea9b9face
treea99ab2ba3bc7773da99cef6be5c1284940605b8b
parent89e6484985280b259a2346b4b4805750cf6ac0ce
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.
src/backend/catalog/objectaddress.c