1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +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

@@ -11,7 +11,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.237 2001/07/16 05:06:58 tgl Exp $
* $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.238 2001/07/16 19:07:40 momjian Exp $
*
* HISTORY
* AUTHOR DATE MAJOR EVENT
@@ -2469,7 +2469,6 @@ opt_class: class
| /*EMPTY*/ { $$ = NULL; }
;
/*****************************************************************************
*
* QUERY: