Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 38a5bda

Browse files
committed
primary key support cleanups from D'Arcy...
1 parent 692a65e commit 38a5bda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/tcop/utility.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
*
1111
* IDENTIFICATION
12-
* $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.53 1999/01/21 22:48:11 momjian Exp $
12+
* $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.54 1999/01/26 14:38:52 scrappy Exp $
1313
*
1414
*-------------------------------------------------------------------------
1515
*/
@@ -404,7 +404,7 @@ ProcessUtility(Node *parsetree,
404404
stmt->indexParams, /* parameters */
405405
stmt->withClause,
406406
stmt->unique,
407-
0, /* CREATE INDEX can't be primary */
407+
stmt->primary,
408408
(Expr *) stmt->whereClause,
409409
stmt->rangetable);
410410
}

0 commit comments

Comments
 (0)