diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2022-03-22 19:55:15 -0400 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2022-03-22 19:56:14 -0400 |
commit | 1460fc5942591fdb6bee0bc8342019ede31ff3b6 (patch) | |
tree | 8b2b3d2370610f8e21c14f223b08523491c7559c /src/include/nodes/nodes.h | |
parent | 3707e437c73920492cab0dd17432be6e89bafd76 (diff) |
Revert "Common SQL/JSON clauses"
This reverts commit 865fe4d5df560a6f5353da652018ff876978ad2d.
This has caused issues with a significant number of buildfarm members
Diffstat (limited to 'src/include/nodes/nodes.h')
-rw-r--r-- | src/include/nodes/nodes.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/nodes/nodes.h b/src/include/nodes/nodes.h index 59737f10349..5d075f0c346 100644 --- a/src/include/nodes/nodes.h +++ b/src/include/nodes/nodes.h @@ -201,9 +201,6 @@ typedef enum NodeTag T_FromExpr, T_OnConflictExpr, T_IntoClause, - T_JsonFormat, - T_JsonReturning, - T_JsonValueExpr, /* * TAGS FOR EXPRESSION STATE NODES (execnodes.h) @@ -494,7 +491,6 @@ typedef enum NodeTag T_VacuumRelation, T_PublicationObjSpec, T_PublicationTable, - T_JsonOutput, /* * TAGS FOR REPLICATION GRAMMAR PARSE NODES (replnodes.h) |