mirror of
https://github.com/postgres/postgres.git
synced 2025-06-05 23:56:58 +03:00
Remove dead code
The second appearance of NamespaceRelationId in this if-else chain is in error and can be removed.
This commit is contained in:
parent
3f28bd7337
commit
73bb72f0ca
@ -4518,7 +4518,6 @@ recordExtObjInitPriv(Oid objoid, Oid classoid)
|
|||||||
classoid == OperatorRelationId ||
|
classoid == OperatorRelationId ||
|
||||||
classoid == OperatorClassRelationId ||
|
classoid == OperatorClassRelationId ||
|
||||||
classoid == OperatorFamilyRelationId ||
|
classoid == OperatorFamilyRelationId ||
|
||||||
classoid == NamespaceRelationId ||
|
|
||||||
classoid == TSConfigRelationId ||
|
classoid == TSConfigRelationId ||
|
||||||
classoid == TSDictionaryRelationId ||
|
classoid == TSDictionaryRelationId ||
|
||||||
classoid == TSParserRelationId ||
|
classoid == TSParserRelationId ||
|
||||||
|
Loading…
x
Reference in New Issue
Block a user