@@ -918,7 +918,7 @@ select indrelid::regclass, indexrelid::regclass, inhparent::regclass, indisvalid
918
918
indrelid | indexrelid | inhparent | indisvalid | conname | conislocal | coninhcount | connoinherit | convalidated
919
919
----------+---------------+--------------+------------+---------------+------------+-------------+--------------+--------------
920
920
idxpart0 | idxpart0_pkey | idxpart_pkey | t | idxpart0_pkey | f | 1 | t | t
921
- idxpart1 | idxpart1_pkey | idxpart_pkey | t | idxpart1_pkey | f | 1 |t | t
921
+ idxpart1 | idxpart1_pkey | idxpart_pkey | t | idxpart1_pkey | f | 1 |f | t
922
922
idxpart | idxpart_pkey | | t | idxpart_pkey | t | 0 | t | t
923
923
(3 rows)
924
924
@@ -993,7 +993,7 @@ select indrelid::regclass, indexrelid::regclass, inhparent::regclass, indisvalid
993
993
indrelid | indexrelid | inhparent | indisvalid | conname | conislocal | coninhcount | connoinherit | convalidated
994
994
----------+----------------+--------------+------------+---------------+------------+-------------+--------------+--------------
995
995
idxpart1 | idxpart1_a_idx | | t | | | | |
996
- idxpart1 | idxpart1_pkey | idxpart_pkey | t | idxpart1_pkey | f | 1 |t | t
996
+ idxpart1 | idxpart1_pkey | idxpart_pkey | t | idxpart1_pkey | f | 1 |f | t
997
997
idxpart | idxpart_pkey | | t | idxpart_pkey | t | 0 | t | t
998
998
(3 rows)
999
999