Re: [COMMITTERS] pgsql: postgres_fdw: Attempt to stabilize regression results.

2016-10-22 Thread Andrew Dunstan
On 10/21/2016 11:33 AM, Robert Haas wrote: 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

[COMMITTERS] pgsql: postgres_fdw: Attempt to stabilize regression results.

2016-10-21 Thread Robert Haas
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