From: Peter Eisentraut Date: Sat, 7 Aug 2021 21:21:24 +0000 (+0200) Subject: Remove T_MemoryContext X-Git-Tag: REL_15_BETA1~1709 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=256909c6c1679767230d1088f1bfab727dd99e14;p=thirdparty%2Fpostgresql.git Remove T_MemoryContext This is an abstract node that shouldn't have a node tag defined. Discussion: https://www.postgresql.org/message-id/flat/c1097590-a6a4-486a-64b1-e1f9cc0533ce@enterprisedb.com --- diff --git a/src/include/nodes/nodes.h b/src/include/nodes/nodes.h index f7b009ec43b..6a4d82f0a83 100644 --- a/src/include/nodes/nodes.h +++ b/src/include/nodes/nodes.h @@ -284,7 +284,6 @@ typedef enum NodeTag /* * TAGS FOR MEMORY NODES (memnodes.h) */ - T_MemoryContext, T_AllocSetContext, T_SlabContext, T_GenerationContext,