1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00

Really remove Recipe.

This commit is contained in:
Bruce Momjian
1999-03-07 03:34:11 +00:00
parent 6c51355612
commit 60bb92af33
4 changed files with 5444 additions and 5493 deletions

View File

@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: nodes.h,v 1.46 1999/02/27 21:40:39 tgl Exp $
* $Id: nodes.h,v 1.47 1999/03/07 03:34:11 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -163,7 +163,6 @@ typedef enum NodeTag
T_FetchStmt,
T_IndexStmt,
T_ProcedureStmt,
T_RecipeStmt,
T_RemoveAggrStmt,
T_RemoveFuncStmt,
T_RemoveOperStmt,