Remove no-longer-used T_PrivGrantee node tag.
authorTom Lane
Wed, 16 Sep 2015 14:48:11 +0000 (10:48 -0400)
committerTom Lane
Wed, 16 Sep 2015 14:48:21 +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 f4db217379e245a60aa27a50dbe5c3c20a558c56..574b72df183465ab4ba78d697ebdba09a9d2f472 100644 (file)
@@ -412,7 +412,6 @@ typedef enum NodeTag
    T_SortGroupClause,
    T_GroupingSet,
    T_WindowClause,
-   T_PrivGrantee,
    T_FuncWithArgs,
    T_AccessPriv,
    T_CreateOpClassItem,