projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1def906
)
Remove no-longer-used T_PrivGrantee node tag.
author
Tom Lane
<
[email protected]
>
Wed, 16 Sep 2015 14:48:11 +0000
(10:48 -0400)
committer
Tom Lane
<
[email protected]
>
Wed, 16 Sep 2015 14:48:11 +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 748e434a27a21a47874b3ae50844ff39c8f54a24..274480e2c9200c61466a095f334422a2f8582313 100644
(file)
--- a/
src/include/nodes/nodes.h
+++ b/
src/include/nodes/nodes.h
@@
-413,7
+413,6
@@
typedef enum NodeTag
T_SortGroupClause,
T_GroupingSet,
T_WindowClause,
- T_PrivGrantee,
T_FuncWithArgs,
T_AccessPriv,
T_CreateOpClassItem,