From: Tom Lane Date: Wed, 16 Sep 2015 14:48:11 +0000 (-0400) Subject: Remove no-longer-used T_PrivGrantee node tag. X-Git-Tag: REL9_6_BETA1~1357 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ad584a08c1f19742bf971a52b71a073b9cfcfd50;p=thirdparty%2Fpostgresql.git Remove no-longer-used T_PrivGrantee node tag. Oversight in commit 31eae6028eca4365e7165f5f33fee1ed0486aee0, which replaced PrivGrantee nodes with RoleSpec nodes. Spotted by Yugo Nagata. --- 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,