projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f28bd7
)
Remove dead code
author
Peter Eisentraut
<
[email protected]
>
Thu, 22 Dec 2022 07:12:41 +0000
(08:12 +0100)
committer
Peter 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
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/catalog/aclchk.c
b/src/backend/catalog/aclchk.c
index b5019059e8cff3662461486659316b4944a5be96..d2597bf5127d31b21ca30f0161dc33a99bc376b4 100644
(file)
--- a/
src/backend/catalog/aclchk.c
+++ b/
src/backend/catalog/aclchk.c
@@
-4518,7
+4518,6
@@
recordExtObjInitPriv(Oid objoid, Oid classoid)
classoid == OperatorRelationId ||
classoid == OperatorClassRelationId ||
classoid == OperatorFamilyRelationId ||
- classoid == NamespaceRelationId ||
classoid == TSConfigRelationId ||
classoid == TSDictionaryRelationId ||
classoid == TSParserRelationId ||