]> granicus.if.org Git - postgresql/commit
Attempt to fix endianess issues in new hash partition test.
authorAndres Freund <andres@anarazel.de>
Sat, 7 Apr 2018 03:17:50 +0000 (20:17 -0700)
committerAndres Freund <andres@anarazel.de>
Sat, 7 Apr 2018 03:17:50 +0000 (20:17 -0700)
commit40e42e1024c580a50483d788b3f68668da750c64
treef6d4f23a0d5bbf81ecd08c43bd8092aa38fca290
parent8c3debbbf61892dabd8b6f3f8d55e600a7901f2b
Attempt to fix endianess issues in new hash partition test.

The tests added as part of 9fdb675fc5 yield differing results
depending on endianess, causing buildfarm failures. As the differences
are expected, split the hash partitioning tests into a different file
and maintain alternative output. The separate file is so the amount of
duplicated output is reduced.

David produced the alternative output without a machine to test on, so
it's possible this'll require a buildfarm cycle or two to get right.

Author: David Rowley
Discussion: https://postgr.es/m/CAKJS1f-6f4c2Qhuipe-GY7BKmFd0FMBobRnLS7hVCoAmTszsBg@mail.gmail.com
src/test/regress/expected/partition_prune.out
src/test/regress/expected/partition_prune_hash.out [new file with mode: 0644]
src/test/regress/expected/partition_prune_hash_1.out [new file with mode: 0644]
src/test/regress/parallel_schedule
src/test/regress/serial_schedule
src/test/regress/sql/partition_prune.sql
src/test/regress/sql/partition_prune_hash.sql [new file with mode: 0644]