CDB_OverviewsTest: Run analyze for consistency

This commit is contained in:
Raul Marin 2018-09-04 18:17:04 +02:00
parent 7e131143f9
commit 74f939fd53
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@ SET client_min_messages TO error;
\set VERBOSITY default
\i test/overviews/fixtures.sql
vacuum ANALYZE; -- Make sure there are metrics for ST_EstimatedExtent
SELECT _CDB_Aggregable_Attributes_Expression('base_bare_t'::regclass);
SELECT _CDB_Aggregated_Attributes_Expression('base_bare_t'::regclass);

View File

@ -6,6 +6,7 @@ INSERT 0 1114
CREATE TABLE
INSERT 0 5
SELECT 1114
VACUUM