We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d1e32b commit e15807fCopy full SHA for e15807f
src/include/catalog/pg_index.h
@@ -7,7 +7,7 @@
7
*
8
* Copyright (c) 1994, Regents of the University of California
9
10
- * $Id: pg_index.h,v 1.8 1998/09/01 04:34:58 momjian Exp $
+ * $Id: pg_index.h,v 1.9 1998/09/06 04:49:51 momjian Exp $
11
12
* NOTES
13
* the genbki.sh script reads this file and generates .bki
@@ -78,7 +78,7 @@ typedef FormData_pg_index *Form_pg_index;
78
#define Anum_pg_index_indisclustered 6
79
#define Anum_pg_index_indislossy 7
80
#define Anum_pg_index_indhaskeytype 8
81
-#define Anum_pg_index_indisunique 8
+#define Anum_pg_index_indisunique 9
82
#define Anum_pg_index_indpred 10
83
84
#endif /* PG_INDEX_H */
0 commit comments