projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edb4d95
)
Remove T_Expr
author
Peter Eisentraut
<
[email protected]
>
Tue, 14 Sep 2021 07:34:50 +0000
(09:34 +0200)
committer
Peter Eisentraut
<
[email protected]
>
Tue, 14 Sep 2021 08:27:29 +0000
(10:27 +0200)
This is an abstract node that shouldn't have a node tag defined.
Reviewed-by: Jacob Champion <
[email protected]
>
Discussion: https://www.postgresql.org/message-id/
c091e5cd
-45f8-69ee-6a9b-
de86912cc7e7
@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 a692eb7b098b6b505296b26f5aa2ff71e544fbe5..b3ee4194d3938b56e94672af5ed75ac7e0e0f6f7 100644
(file)
--- a/
src/include/nodes/nodes.h
+++ b/
src/include/nodes/nodes.h
@@
-153,7
+153,6
@@
typedef enum NodeTag
T_Alias,
T_RangeVar,
T_TableFunc,
- T_Expr,
T_Var,
T_Const,
T_Param,