From: Alvaro Herrera Date: Mon, 19 Feb 2018 20:56:43 +0000 (-0300) Subject: Fix expected output X-Git-Tag: REL_11_BETA1~754 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4108a28d3a02c4226b0f558cf00738e00e8ea2a1;p=postgresql Fix expected output --- diff --git a/src/test/regress/expected/indexing.out b/src/test/regress/expected/indexing.out index 0a980dc07d..85e3575b99 100644 --- a/src/test/regress/expected/indexing.out +++ b/src/test/regress/expected/indexing.out @@ -918,7 +918,7 @@ select indrelid::regclass, indexrelid::regclass, inhparent::regclass, indisvalid indrelid | indexrelid | inhparent | indisvalid | conname | conislocal | coninhcount | connoinherit | convalidated ----------+---------------+--------------+------------+---------------+------------+-------------+--------------+-------------- idxpart0 | idxpart0_pkey | idxpart_pkey | t | idxpart0_pkey | f | 1 | t | t - idxpart1 | idxpart1_pkey | idxpart_pkey | t | idxpart1_pkey | f | 1 | t | t + idxpart1 | idxpart1_pkey | idxpart_pkey | t | idxpart1_pkey | f | 1 | f | t idxpart | idxpart_pkey | | t | idxpart_pkey | t | 0 | t | t (3 rows) @@ -993,7 +993,7 @@ select indrelid::regclass, indexrelid::regclass, inhparent::regclass, indisvalid indrelid | indexrelid | inhparent | indisvalid | conname | conislocal | coninhcount | connoinherit | convalidated ----------+----------------+--------------+------------+---------------+------------+-------------+--------------+-------------- idxpart1 | idxpart1_a_idx | | t | | | | | - idxpart1 | idxpart1_pkey | idxpart_pkey | t | idxpart1_pkey | f | 1 | t | t + idxpart1 | idxpart1_pkey | idxpart_pkey | t | idxpart1_pkey | f | 1 | f | t idxpart | idxpart_pkey | | t | idxpart_pkey | t | 0 | t | t (3 rows)