pgsql: Fix platform dependant regression output triggered by 69f4b9c85f

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix platform dependant regression output triggered by 69f4b9c85f
Date: 2017-01-19 22:42:25
Message-ID: E1cULPV-0002oH-Hm@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-01-19 23:21:10 pgsql: Fix Assert failure induced by commit 215b43cdc.
Previous Message Andres Freund 2017-01-19 22:23:26 Re: pgsql: Adapt python regression tests to 69f4b9c85f16.