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:
@ -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,
|
||||
|
Reference in New Issue
Block a user