Skip to content

Commit e15807f

Browse files
committed
BTW, in catalog/pg_type.h:
#define Anum_pg_index_indisunique 8 I think this should be 9. Tatsuo Ishii
1 parent 7d1e32b commit e15807f

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
#define Anum_pg_index_indisclustered 6
7979
#define Anum_pg_index_indislossy 7
8080
#define Anum_pg_index_indhaskeytype 8
81-
#define Anum_pg_index_indisunique 8
81+
#define Anum_pg_index_indisunique 9
8282
#define Anum_pg_index_indpred 10
8383

8484
#endif /* PG_INDEX_H */

0 commit comments

Comments
 (0)