Remove no-longer-used T_PrivGrantee node tag.
authorTom Lane <[email protected]>
Wed, 16 Sep 2015 14:48:11 +0000 (10:48 -0400)
committerTom Lane <[email protected]>
Wed, 16 Sep 2015 14:48:11 +0000 (10:48 -0400)
Oversight in commit 31eae6028eca4365e7165f5f33fee1ed0486aee0, which
replaced PrivGrantee nodes with RoleSpec nodes.  Spotted by Yugo Nagata.

src/include/nodes/nodes.h

index 748e434a27a21a47874b3ae50844ff39c8f54a24..274480e2c9200c61466a095f334422a2f8582313 100644 (file)
@@ -413,7 +413,6 @@ typedef enum NodeTag
        T_SortGroupClause,
        T_GroupingSet,
        T_WindowClause,
-       T_PrivGrantee,
        T_FuncWithArgs,
        T_AccessPriv,
        T_CreateOpClassItem,