We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 692a65e commit 38a5bdaCopy full SHA for 38a5bda
src/backend/tcop/utility.c
@@ -9,7 +9,7 @@
9
*
10
11
* IDENTIFICATION
12
- * $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.53 1999/01/21 22:48:11 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.54 1999/01/26 14:38:52 scrappy Exp $
13
14
*-------------------------------------------------------------------------
15
*/
@@ -404,7 +404,7 @@ ProcessUtility(Node *parsetree,
404
stmt->indexParams, /* parameters */
405
stmt->withClause,
406
stmt->unique,
407
- 0, /* CREATE INDEX can't be primary */
+ stmt->primary,
408
(Expr *) stmt->whereClause,
409
stmt->rangetable);
410
}
0 commit comments