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

More EXTEND INDEX removal.

Martijn van Oosterhout
This commit is contained in:
Bruce Momjian
2001-07-16 19:07:40 +00:00
parent 40db52af34
commit 784def9e8e
5 changed files with 5 additions and 51 deletions

View File

@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: nodes.h,v 1.91 2001/06/19 22:39:12 tgl Exp $
* $Id: nodes.h,v 1.92 2001/07/16 19:07:40 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -158,7 +158,6 @@ typedef enum NodeTag
T_DropStmt,
T_TruncateStmt,
T_CommentStmt,
T_ExtendStmt,
T_FetchStmt,
T_IndexStmt,
T_ProcedureStmt,