We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b775655 commit 1e006baCopy full SHA for 1e006ba
src/include/nodes/nodes.h
@@ -6,7 +6,7 @@
6
*
7
* Copyright (c) 1994, Regents of the University of California
8
9
- * $Id: nodes.h,v 1.45 1999/02/24 17:29:06 momjian Exp $
+ * $Id: nodes.h,v 1.46 1999/02/27 21:40:39 tgl Exp $
10
11
*-------------------------------------------------------------------------
12
*/
@@ -163,6 +163,7 @@ typedef enum NodeTag
163
T_FetchStmt,
164
T_IndexStmt,
165
T_ProcedureStmt,
166
+ T_RecipeStmt,
167
T_RemoveAggrStmt,
168
T_RemoveFuncStmt,
169
T_RemoveOperStmt,
0 commit comments