Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4108a28

Browse files
committed
Fix expected output
1 parent eb7ed3f commit 4108a28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/regress/expected/indexing.out

+2-2
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ select indrelid::regclass, indexrelid::regclass, inhparent::regclass, indisvalid
918918
indrelid | indexrelid | inhparent | indisvalid | conname | conislocal | coninhcount | connoinherit | convalidated
919919
----------+---------------+--------------+------------+---------------+------------+-------------+--------------+--------------
920920
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
922922
idxpart | idxpart_pkey | | t | idxpart_pkey | t | 0 | t | t
923923
(3 rows)
924924

@@ -993,7 +993,7 @@ select indrelid::regclass, indexrelid::regclass, inhparent::regclass, indisvalid
993993
indrelid | indexrelid | inhparent | indisvalid | conname | conislocal | coninhcount | connoinherit | convalidated
994994
----------+----------------+--------------+------------+---------------+------------+-------------+--------------+--------------
995995
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
997997
idxpart | idxpart_pkey | | t | idxpart_pkey | t | 0 | t | t
998998
(3 rows)
999999

0 commit comments

Comments
 (0)