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
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
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