Commit ad584a08 authored by Tom Lane's avatar Tom Lane

Remove no-longer-used T_PrivGrantee node tag.

Oversight in commit 31eae602, which
replaced PrivGrantee nodes with RoleSpec nodes.  Spotted by Yugo Nagata.
parent 1def9063
...@@ -413,7 +413,6 @@ typedef enum NodeTag ...@@ -413,7 +413,6 @@ typedef enum NodeTag
T_SortGroupClause, T_SortGroupClause,
T_GroupingSet, T_GroupingSet,
T_WindowClause, T_WindowClause,
T_PrivGrantee,
T_FuncWithArgs, T_FuncWithArgs,
T_AccessPriv, T_AccessPriv,
T_CreateOpClassItem, T_CreateOpClassItem,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment