diff options
Diffstat (limited to 'src/include/nodes/parsenodes.h')
-rw-r--r-- | src/include/nodes/parsenodes.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/src/include/nodes/parsenodes.h b/src/include/nodes/parsenodes.h index 708e6ca19a5..467208c95cd 100644 --- a/src/include/nodes/parsenodes.h +++ b/src/include/nodes/parsenodes.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: parsenodes.h,v 1.195 2002/07/29 22:14:11 tgl Exp $ + * $Id: parsenodes.h,v 1.196 2002/07/30 16:55:45 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -1227,16 +1227,6 @@ typedef struct CommentStmt } CommentStmt; /* ---------------------- - * Begin Recipe Statement - * ---------------------- - */ -typedef struct RecipeStmt -{ - NodeTag type; - char *recipeName; /* name of the recipe */ -} RecipeStmt; - -/* ---------------------- * Fetch Statement * ---------------------- */ |