postgres_fdw: Attempt to stabilize regression results.
authorRobert Haas <rhaas@postgresql.org>
Fri, 21 Oct 2016 15:27:32 +0000 (11:27 -0400)
committerRobert Haas <rhaas@postgresql.org>
Fri, 21 Oct 2016 15:29:33 +0000 (11:29 -0400)
commitad13a09d762f0c903a52ed0ec668a0ba51a61047
treebbab132923f6edd55cd0eb379f817f627d84fcec
parent7aa2c10ac6785a2de683609b98da607e588a6d02
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.
contrib/postgres_fdw/expected/postgres_fdw.out
contrib/postgres_fdw/sql/postgres_fdw.sql