diff options
Diffstat (limited to 'contrib/pgstattuple')
| -rw-r--r-- | contrib/pgstattuple/expected/pgstattuple.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/pgstattuple/expected/pgstattuple.out b/contrib/pgstattuple/expected/pgstattuple.out index 2c3515b4eff..86a7c78fbb5 100644 --- a/contrib/pgstattuple/expected/pgstattuple.out +++ b/contrib/pgstattuple/expected/pgstattuple.out @@ -134,7 +134,7 @@ create index test_hashidx on test using hash (b); select * from pgstathashindex('test_hashidx'); version | bucket_pages | overflow_pages | bitmap_pages | zero_pages | live_items | dead_items | free_percent ---------+--------------+----------------+--------------+------------+------------+------------+-------------- - 2 | 4 | 0 | 1 | 0 | 0 | 0 | 100 + 3 | 4 | 0 | 1 | 0 | 0 | 0 | 100 (1 row) -- these should error with the wrong type @@ -235,7 +235,7 @@ select pgstatindex('test_partition_idx'); select pgstathashindex('test_partition_hash_idx'); pgstathashindex --------------------- - (2,8,0,1,0,0,0,100) + (3,8,0,1,0,0,0,100) (1 row) drop table test_partitioned; |
