diff options
Diffstat (limited to 'src/include/nodes/parsenodes.h')
-rw-r--r-- | src/include/nodes/parsenodes.h | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/src/include/nodes/parsenodes.h b/src/include/nodes/parsenodes.h index 73fab4f9525..9fa703454f8 100644 --- a/src/include/nodes/parsenodes.h +++ b/src/include/nodes/parsenodes.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: parsenodes.h,v 1.135 2001/07/12 18:03:00 tgl Exp $ + * $Id: parsenodes.h,v 1.136 2001/07/16 19:07:40 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -466,19 +466,6 @@ typedef struct CommentStmt } CommentStmt; /* ---------------------- - * Extend Index Statement - * ---------------------- - */ -typedef struct ExtendStmt -{ - NodeTag type; - char *idxname; /* name of the index */ - Node *whereClause; /* qualifications */ - List *rangetable; /* range table, filled in by - * transformStmt() */ -} ExtendStmt; - -/* ---------------------- * Begin Recipe Statement * ---------------------- */ |