projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea00ff5
)
Remove no-longer-used T_PrivGrantee node tag.
author
Tom Lane
Wed, 16 Sep 2015 14:48:11 +0000
(10:48 -0400)
committer
Tom Lane
Wed, 16 Sep 2015 14:48:21 +0000
(10:48 -0400)
Oversight in commit
31eae6028eca4365e7165f5f33fee1ed0486aee0
, which
replaced PrivGrantee nodes with RoleSpec nodes. Spotted by Yugo Nagata.
src/include/nodes/nodes.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/nodes/nodes.h
b/src/include/nodes/nodes.h
index f4db217379e245a60aa27a50dbe5c3c20a558c56..574b72df183465ab4ba78d697ebdba09a9d2f472 100644
(file)
--- a/
src/include/nodes/nodes.h
+++ b/
src/include/nodes/nodes.h
@@
-412,7
+412,6
@@
typedef enum NodeTag
T_SortGroupClause,
T_GroupingSet,
T_WindowClause,
- T_PrivGrantee,
T_FuncWithArgs,
T_AccessPriv,
T_CreateOpClassItem,