mirror of
https://github.com/postgres/postgres.git
synced 2026-06-10 17:20:31 -04:00
Remove no-longer-used T_PrivGrantee node tag.
Oversight in commit 31eae6028e, which
replaced PrivGrantee nodes with RoleSpec nodes. Spotted by Yugo Nagata.
This commit is contained in:
parent
1def9063ca
commit
ad584a08c1
1 changed files with 0 additions and 1 deletions
|
|
@ -413,7 +413,6 @@ typedef enum NodeTag
|
|||
T_SortGroupClause,
|
||||
T_GroupingSet,
|
||||
T_WindowClause,
|
||||
T_PrivGrantee,
|
||||
T_FuncWithArgs,
|
||||
T_AccessPriv,
|
||||
T_CreateOpClassItem,
|
||||
|
|
|
|||
Loading…
Reference in a new issue