Skip to content

Commit 5b7aef8

Browse files
committed
Remove no-longer-used T_PrivGrantee node tag.
Oversight in commit 31eae60, which replaced PrivGrantee nodes with RoleSpec nodes. Spotted by Yugo Nagata.
1 parent ea00ff5 commit 5b7aef8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/include/nodes/nodes.h

-1
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,6 @@ typedef enum NodeTag
412412
T_SortGroupClause,
413413
T_GroupingSet,
414414
T_WindowClause,
415-
T_PrivGrantee,
416415
T_FuncWithArgs,
417416
T_AccessPriv,
418417
T_CreateOpClassItem,

0 commit comments

Comments
 (0)