mirror of
https://github.com/postgres/postgres.git
synced 2025-08-05 07:41:25 +03: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:
@@ -412,7 +412,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,
|
||||||
|
Reference in New Issue
Block a user