Skip to content

Commit 2fd6061

Browse files
committed
Quick fix of the PG-GiST import pointed out by Dan
1 parent a2740a4 commit 2fd6061

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/parser/gram.y

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
*
1212
* IDENTIFICATION
13-
* $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 1.9 1996/08/26 06:31:31 scrappy Exp $
13+
* $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 1.10 1996/08/26 19:59:15 scrappy Exp $
1414
*
1515
* HISTORY
1616
* AUTHOR DATE MAJOR EVENT
@@ -667,7 +667,7 @@ IndexStmt: CREATE INDEX index_name ON relation_name
667667
n->relname = $5;
668668
n->accessMethod = $6;
669669
n->indexParams = $8;
670-
n->withClause = $11;
670+
n->withClause = $10;
671671
n->whereClause = NULL;
672672
$$ = (Node *)n;
673673
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy