Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 256909c

Browse files
committed
Remove T_MemoryContext
This is an abstract node that shouldn't have a node tag defined. Discussion: https://www.postgresql.org/message-id/flat/[email protected]
1 parent 80dfbbf commit 256909c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/include/nodes/nodes.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,6 @@ typedef enum NodeTag
284284
/*
285285
* TAGS FOR MEMORY NODES (memnodes.h)
286286
*/
287-
T_MemoryContext,
288287
T_AllocSetContext,
289288
T_SlabContext,
290289
T_GenerationContext,

0 commit comments

Comments
 (0)