提交 1e006ba2 编写于 作者: T Tom Lane

Put back T_RecipeStmt, since the system doesn't actually build

without it.  Sloppy, sloppy.
上级 b775655e
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * Copyright (c) 1994, Regents of the University of California
* *
* $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 $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -163,6 +163,7 @@ typedef enum NodeTag ...@@ -163,6 +163,7 @@ typedef enum NodeTag
T_FetchStmt, T_FetchStmt,
T_IndexStmt, T_IndexStmt,
T_ProcedureStmt, T_ProcedureStmt,
T_RecipeStmt,
T_RemoveAggrStmt, T_RemoveAggrStmt,
T_RemoveFuncStmt, T_RemoveFuncStmt,
T_RemoveOperStmt, T_RemoveOperStmt,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册