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

without it.  Sloppy, sloppy.
This commit is contained in:
Tom Lane 1999-02-27 21:40:39 +00:00
parent b775655e8a
commit 1e006ba2ad
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@
*
* 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
T_FetchStmt,
T_IndexStmt,
T_ProcedureStmt,
T_RecipeStmt,
T_RemoveAggrStmt,
T_RemoveFuncStmt,
T_RemoveOperStmt,