Re: [HACKERS] Substantial bloat in postgres_fdw regression test runtime

2017-01-25 Thread Tom Lane
Ashutosh Bapat writes: > On Thu, Nov 3, 2016 at 1:58 PM, Jeevan Chalke > wrote: >> Attached patch with test-case modification. > I verified that this patch indeed bring the time down to 2 to 3 > seconds from 10 seconds. Thanks for working on this, guys. > The additional condition t2.c2 = 6 see

Re: [HACKERS] Substantial bloat in postgres_fdw regression test runtime

2017-01-25 Thread Ashutosh Bapat
On Thu, Nov 3, 2016 at 1:58 PM, Jeevan Chalke wrote: > > On Wed, Nov 2, 2016 at 10:09 PM, Tom Lane wrote: >> >> In 9.6, "make installcheck" in contrib/postgres_fdw takes a shade >> under 3 seconds on my machine. In HEAD, it's taking 10 seconds. >> I am not happy, especially not since there's no

Re: [HACKERS] Substantial bloat in postgres_fdw regression test runtime

2016-11-03 Thread Jeevan Chalke
On Wed, Nov 2, 2016 at 10:09 PM, Tom Lane wrote: > In 9.6, "make installcheck" in contrib/postgres_fdw takes a shade > under 3 seconds on my machine. In HEAD, it's taking 10 seconds. > I am not happy, especially not since there's no parallelization > of the contrib regression tests. That's a di