v1-0008-Remove-T_MemoryContext.patch
text/plain
Filename: v1-0008-Remove-T_MemoryContext.patch
Type: text/plain
Part: 7
Patch
Format: format-patch
Series: patch v1-0008
Subject: Remove T_MemoryContext
| File | + | − |
|---|---|---|
| src/include/nodes/nodes.h | 0 | 1 |
From 00fa8e67a141c90e38fcbec45e1cc2135c4fda5a Mon Sep 17 00:00:00 2001 From: Peter Eisentraut <peter@eisentraut.org> Date: Mon, 7 Jun 2021 16:05:16 +0200 Subject: [PATCH v1 08/10] Remove T_MemoryContext This is an abstract node that shouldn't have a node tag defined. --- src/include/nodes/nodes.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/include/nodes/nodes.h b/src/include/nodes/nodes.h index d9e417bcd7..5e049a67e1 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, -- 2.31.1