[COMMITTERS] pgsql: Fix platform dependant regression output triggered by69f4b9c85f - Mailing list pgsql-committers

From Andres Freund
Subject [COMMITTERS] pgsql: Fix platform dependant regression output triggered by69f4b9c85f
Date
Msg-id E1cULPV-0002oH-Hm@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix platform dependant regression output triggered by 69f4b9c85f16.

Due to the changed costing in that commit hash-aggregates started to
be used, which results in big-endian vs. little-endian output
differences.  Disable hash-aggs for those tests.

Author: Andres Freund, with input from Tom Lane
Discussion: https://postgr.es/m/22891.1484791792@sss.pgh.pa.us

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/182200531a92204b0547d337f50b665d222af168

Modified Files
--------------
src/test/regress/expected/tsrf.out | 6 ++++--
src/test/regress/sql/tsrf.sql      | 2 ++
2 files changed, 6 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: Re: [COMMITTERS] pgsql: Adapt python regression tests to69f4b9c85f16.
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Fix Assert failure induced by commit 215b43cdc.