Re: [COMMITTERS] pgsql: Increase parallel bitmap scan test coverage.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-hackers(at)postgresql(dot)org, Dilip Kumar <dilipbalaut(at)gmail(dot)com>
Subject: Re: [COMMITTERS] pgsql: Increase parallel bitmap scan test coverage.
Date: 2017-04-06 21:11:35
Message-ID: 20170406211135.osphokr67onaw7nv@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On 2017-04-06 20:43:48 +0000, Andres Freund wrote:
> Increase parallel bitmap scan test coverage.
>
> Author: Dilip Kumar
> Discussion: https://postgr.es/m/20170331184603.qcp7t4md5bzxbx32@alap3.anarazel.de

This turned the !linux buildfarm red, because it relies on setting
effective_io_concurrency (to increase coverage to the prefetching code).
I plan to wrap the SET in a DO block with an exception handler.

- Andres

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2017-04-06 21:19:04 Re: pgsql: Add infrastructure to support EphemeralNamedRelation references.
Previous Message Alvaro Herrera 2017-04-06 20:53:35 pgsql: Fix BRIN cost estimation

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2017-04-06 21:26:16 Re: No-op case in ExecEvalConvertRowtype
Previous Message Claudio Freire 2017-04-06 21:05:41 Re: Making clausesel.c Smarter