0001-Remove-T_Expr.patch
text/plain
Filename: 0001-Remove-T_Expr.patch
Type: text/plain
Part: 0
Patch
Format: format-patch
Series: patch 0001
Subject: Remove T_Expr
| File | + | − |
|---|---|---|
| src/include/nodes/nodes.h | 0 | 1 |
From 4a9cc84d667f64bdcdffb1df8c89c4e73b02c1fb Mon Sep 17 00:00:00 2001 From: Peter Eisentraut <peter@eisentraut.org> Date: Tue, 17 Aug 2021 15:51:45 +0200 Subject: [PATCH 1/5] Remove T_Expr 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 6a4d82f0a8..5ac1996738 100644 --- 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, -- 2.32.0