Remove no-longer-used T_PrivGrantee node tag.

Oversight in commit 31eae6028eca4365e7165f5f33fee1ed0486aee0, which
replaced PrivGrantee nodes with RoleSpec nodes.  Spotted by Yugo Nagata.
This commit is contained in:
Tom Lane 2015-09-16 10:48:11 -04:00
parent 1def9063ca
commit ad584a08c1

View File

@ -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,