Remove dead code
authorPeter Eisentraut <[email protected]>
Thu, 22 Dec 2022 07:12:41 +0000 (08:12 +0100)
committerPeter Eisentraut <[email protected]>
Thu, 22 Dec 2022 07:12:41 +0000 (08:12 +0100)
The second appearance of NamespaceRelationId in this if-else chain is
in error and can be removed.

src/backend/catalog/aclchk.c

index b5019059e8cff3662461486659316b4944a5be96..d2597bf5127d31b21ca30f0161dc33a99bc376b4 100644 (file)
@@ -4518,7 +4518,6 @@ recordExtObjInitPriv(Oid objoid, Oid classoid)
             classoid == OperatorRelationId ||
             classoid == OperatorClassRelationId ||
             classoid == OperatorFamilyRelationId ||
-            classoid == NamespaceRelationId ||
             classoid == TSConfigRelationId ||
             classoid == TSDictionaryRelationId ||
             classoid == TSParserRelationId ||