Re: [COMMITTERS] pgsql: Bloom index contrib module

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Teodor Sigaev <teodor(at)sigaev(dot)ru>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [COMMITTERS] pgsql: Bloom index contrib module
Date: 2016-04-09 15:50:08
Message-ID: 12656.1460217008@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Teodor Sigaev <teodor(at)sigaev(dot)ru> writes:
> Bloom index contrib module

Would it be possible to dial down the amount of runtime consumed by
the regression tests for this module?

On my primary dev machine, "make installcheck" in contrib/bloom takes
4.5 seconds, which seems a bit excessive when make installcheck across
all the rest of contrib takes 22 seconds.

On prairiedog, which admittedly is one of the slower buildfarm animals
(though far from the slowest), the contrib-install-check-C step went
from 2:54 immediately before this patch went in to 4:28 immediately
after.

That seems out of line for a single contrib module, especially one of
unproven usefulness.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-04-09 16:46:38 Re: [COMMITTERS] pgsql: Bloom index contrib module
Previous Message Andrew Dunstan 2016-04-09 14:24:55 Re: pgsql: Turn special page pointer validation to static inline function

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2016-04-09 16:46:38 Re: [COMMITTERS] pgsql: Bloom index contrib module
Previous Message Christian Ullrich 2016-04-09 12:43:24 Re: VS 2015 support in src/tools/msvc