]> granicus.if.org Git - postgresql/commit
Fix stats_ext test in 32 bit machines
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 24 Mar 2017 19:14:34 +0000 (16:14 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 24 Mar 2017 19:30:55 +0000 (16:30 -0300)
commit6e9aaf6e471b446e5ccad6e9e174c3490978ae13
tree6932c5c628f72c5f3129c1c723398db48d298c06
parent176cbc2a25a1c0db97ec8977545bb16fe3ea5809
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.
src/test/regress/expected/stats_ext_1.out [new file with mode: 0644]