projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80dfbbf
)
Remove T_MemoryContext
author
Peter Eisentraut
<peter@eisentraut.org>
Sat, 7 Aug 2021 21:21:24 +0000
(23:21 +0200)
committer
Peter Eisentraut
<peter@eisentraut.org>
Sat, 7 Aug 2021 21:21:24 +0000
(23:21 +0200)
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
src/include/nodes/nodes.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/nodes/nodes.h
b/src/include/nodes/nodes.h
index f7b009ec43b4be1b7a98beabd88672d7524a4a65..6a4d82f0a837c9c8ee9a550a5b1d03dc064b18a2 100644
(file)
--- 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,