Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit38a5bda

Browse files
committed
primary key support cleanups from D'Arcy...
1 parent692a65e commit38a5bda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/tcop/utility.c

Lines changed: 2 additions & 2 deletions
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 beprimary */
407+
stmt->primary,
408408
(Expr*)stmt->whereClause,
409409
stmt->rangetable);
410410
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp