mirror of
https://github.com/postgres/postgres.git
synced 2025-08-27 07:42:10 +03:00
Revert CREATE INDEX ... INCLUDING ...
It's not ready yet, revert two commits690c543550
- unstable test output386e3d7609
- patch itself
This commit is contained in:
@@ -293,7 +293,6 @@ Boot_DeclareIndexStmt:
|
||||
stmt->accessMethod = $8;
|
||||
stmt->tableSpace = NULL;
|
||||
stmt->indexParams = $10;
|
||||
stmt->indexIncludingParams = NIL;
|
||||
stmt->options = NIL;
|
||||
stmt->whereClause = NULL;
|
||||
stmt->excludeOpNames = NIL;
|
||||
@@ -337,7 +336,6 @@ Boot_DeclareUniqueIndexStmt:
|
||||
stmt->accessMethod = $9;
|
||||
stmt->tableSpace = NULL;
|
||||
stmt->indexParams = $11;
|
||||
stmt->indexIncludingParams = NIL;
|
||||
stmt->options = NIL;
|
||||
stmt->whereClause = NULL;
|
||||
stmt->excludeOpNames = NIL;
|
||||
|
Reference in New Issue
Block a user