Re: [COMMITTERS] pgsql: Bloom index contrib module - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [COMMITTERS] pgsql: Bloom index contrib module
Date
Msg-id 12656.1460217008@sss.pgh.pa.us
Whole thread Raw
Responses Re: [COMMITTERS] pgsql: Bloom index contrib module  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: [COMMITTERS] pgsql: Bloom index contrib module  (Noah Misch <noah@leadboat.com>)
List pgsql-hackers
Teodor Sigaev <teodor@sigaev.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



pgsql-hackers by date:

Previous
From: Christian Ullrich
Date:
Subject: Re: VS 2015 support in src/tools/msvc
Next
From: "Daniel Verite"
Date:
Subject: Re: [patch] Proposal for \crosstabview in psql