Fix stats_ext test in 32 bit machines

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 6e9aaf6e471b446e5ccad6e9e174c3490978ae13
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2017-03-24T19:30:55Z
Releases: 10.0
Fix stats_ext test in 32 bit machines

Because tuple packing is different (because of the MAXALIGN difference),
the expected costs of a seqscan is different.

The commonly used trick of eliding costs in EXPLAIN output (COSTS OFF)
would make the tests completely pointless.  Instead, add an alternative
expected file.

Files

PathChange+/−
src/test/regress/expected/stats_ext_1.out added +155 −0