pgsql: postgres_fdw: Attempt to stabilize regression results.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: postgres_fdw: Attempt to stabilize regression results.
Date: 2016-10-21 15:33:06
Message-ID: E1bxbog-0000Em-N0@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

postgres_fdw: Attempt to stabilize regression results.

Set enable_hashagg to false for tests involving least_agg(), so that
we get the same plan regardless of local costing variances. Also,
remove a test involving sqrt(); it's there to test deparsing of
HAVING clauses containing expressions, but that's tested elsewhere
anyway, and sqrt(2) deparses with different amounts of precision on
different machines.

Per buildfarm.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ad13a09d762f0c903a52ed0ec668a0ba51a61047

Modified Files
--------------
contrib/postgres_fdw/expected/postgres_fdw.out | 74 ++++++++------------------
contrib/postgres_fdw/sql/postgres_fdw.sql | 9 ++--
2 files changed, 25 insertions(+), 58 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2016-10-21 16:07:16 pgsql: Fix comment formatting.
Previous Message Tom Lane 2016-10-21 15:02:32 pgsql: Doc: wording tweak for PERL, PYTHON, TCLSH configuration variabl