summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane2015-09-16 14:48:11 +0000
committerTom Lane2015-09-16 14:48:11 +0000
commitad584a08c1f19742bf971a52b71a073b9cfcfd50 (patch)
treeb328219f672e39effff12ea684f3fbc3aec7748d /src
parent1def9063ca3c8ad66a2814a90af95ca22636bf66 (diff)
Remove no-longer-used T_PrivGrantee node tag.
Oversight in commit 31eae6028eca4365e7165f5f33fee1ed0486aee0, which replaced PrivGrantee nodes with RoleSpec nodes. Spotted by Yugo Nagata.
Diffstat (limited to 'src')
-rw-r--r--src/include/nodes/nodes.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/nodes/nodes.h b/src/include/nodes/nodes.h
index 748e434a27a..274480e2c92 100644
--- a/src/include/nodes/nodes.h
+++ b/src/include/nodes/nodes.h
@@ -413,7 +413,6 @@ typedef enum NodeTag
T_SortGroupClause,
T_GroupingSet,
T_WindowClause,
- T_PrivGrantee,
T_FuncWithArgs,
T_AccessPriv,
T_CreateOpClassItem,