mirror of
https://github.com/postgres/postgres.git
synced 2025-11-07 19:06:32 +03:00
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
This commit is contained in:
@@ -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 $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -1226,16 +1226,6 @@ typedef struct CommentStmt
|
||||
char *comment; /* Comment to insert, or NULL to remove */
|
||||
} CommentStmt;
|
||||
|
||||
/* ----------------------
|
||||
* Begin Recipe Statement
|
||||
* ----------------------
|
||||
*/
|
||||
typedef struct RecipeStmt
|
||||
{
|
||||
NodeTag type;
|
||||
char *recipeName; /* name of the recipe */
|
||||
} RecipeStmt;
|
||||
|
||||
/* ----------------------
|
||||
* Fetch Statement
|
||||
* ----------------------
|
||||
|
||||
Reference in New Issue
Block a user