projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4195ad7
)
primary key support cleanups from D'Arcy...
author
Marc G. Fournier
<scrappy@hub.org>
Tue, 26 Jan 1999 14:38:52 +0000
(14:38 +0000)
committer
Marc G. Fournier
<scrappy@hub.org>
Tue, 26 Jan 1999 14:38:52 +0000
(14:38 +0000)
src/backend/tcop/utility.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/tcop/utility.c
b/src/backend/tcop/utility.c
index 31739e8815633dafcc209c4d9ae70ab49d7dd578..7ef61008f77aa55f6df1f552862a4e5a0a7f38ad 100644
(file)
--- a/
src/backend/tcop/utility.c
+++ b/
src/backend/tcop/utility.c
@@
-404,7
+404,7
@@
ProcessUtility(Node *parsetree,
stmt->indexParams, /* parameters */
stmt->withClause,
stmt->unique,
- 0, /* CREATE INDEX can't be primary */
+ stmt->primary,
(Expr *) stmt->whereClause,
stmt->rangetable);
}