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

Commite15807f

Browse files
committed
BTW, in catalog/pg_type.h:
#define Anum_pg_index_indisunique 8I think this should be 9.Tatsuo Ishii
1 parent7d1e32b commite15807f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/catalog/pg_index.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: pg_index.h,v 1.8 1998/09/01 04:34:58 momjian Exp $
10+
* $Id: pg_index.h,v 1.9 1998/09/06 04:49:51 momjian Exp $
1111
*
1212
* NOTES
1313
* the genbki.sh script reads this file and generates .bki
@@ -78,7 +78,7 @@ typedef FormData_pg_index *Form_pg_index;
7878
#defineAnum_pg_index_indisclustered6
7979
#defineAnum_pg_index_indislossy7
8080
#defineAnum_pg_index_indhaskeytype8
81-
#defineAnum_pg_index_indisunique8
81+
#defineAnum_pg_index_indisunique9
8282
#defineAnum_pg_index_indpred10
8383

8484
#endif/* PG_INDEX_H */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp