diff options
author | Tomas Vondra | 2017-10-08 18:16:47 +0000 |
---|---|---|
committer | Tomas Vondra | 2017-10-08 18:16:47 +0000 |
commit | 445372c5d3ad77f14b63c23eba4e37fecc631946 (patch) | |
tree | 80203149bf242b10fd32e3ae5921d70b00dbe65e /src/include/postgres.h | |
parent | ea34783b8c01f8396ae1b576a117f69d27e1e381 (diff) |
Add explicit VACUUM to stabilize plans in inherit tests
On stock PostgreSQL, CREATE INDEX also updates statistics in pg_class
(relpages and reltuples). But Postgres-XL does not do that, which may
result in plan differences when the test relies on this behavior.
This is the same issue as in cfb055553687c257dd1d1ed123356c892f48a804,
but affecting inherit regression tests. So fix it in the same way, by
doing an explicit vacuum on the tables.
Diffstat (limited to 'src/include/postgres.h')
0 files changed, 0 insertions, 0 deletions