diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-07-30 16:55:45 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-07-30 16:55:45 +0000 |
commit | 6e9893047e4021b9ad1f3d553a02d75b8b4321d7 (patch) | |
tree | 45824ee64a292a942a39f010317338ad3f8cbd97 /src/include | |
parent | 874148fe34d404d8dc77d8ed7482f16f5aaad5ba (diff) | |
download | postgresql-6e9893047e4021b9ad1f3d553a02d75b8b4321d7.tar.gz postgresql-6e9893047e4021b9ad1f3d553a02d75b8b4321d7.zip |
The attached patch removes the last remnants of support for
'tioga recipes', whatever those are -- Peter E. killed most
of it a couple days ago, but this patch removes the rest. Most
of it was #ifdef'ed out anyway.
Neil Conway
Diffstat (limited to 'src/include')
-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 * ---------------------- */ |