Re: [COMMITTERS] pgsql: Re-add BRIN isolation test

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [COMMITTERS] pgsql: Re-add BRIN isolation test
Date: 2015-08-13 20:26:58
Message-ID: 20150813202658.GG5232@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Alvaro Herrera wrote:
> Re-add BRIN isolation test
>
> This time, instead of using a core isolation test, put it on its own
> test module; this way it can require the pageinspect module to be
> present before running.
>
> The module's Makefile is loosely modeled after test_decoding's, so that
> it's easy to add further tests for either pg_regress or isolationtester
> later.

Argh, and this now broke MSVC :-(

I'm tempted to change this block from Mkvcbuild.pm,

else
{
croak "Could not determine contrib module type for $n\n";
}

(i.e. it doesn't find any of PROGRAM, MODULES, MODULE_big in the
Makefile) so that instead of raising an error it simply skips the module
altogether. That's pretty much equivalent to what Make would do. Maybe
restrict this behavior to within src/test/modules.

--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2015-08-13 21:42:44 Re: [COMMITTERS] pgsql: Re-add BRIN isolation test
Previous Message Alvaro Herrera 2015-08-13 17:46:56 pgsql: Re-add BRIN isolation test

Browse pgsql-hackers by date

  From Date Subject
Next Message Gideon Dresdner 2015-08-13 21:11:52 Re: can't coax query planner into using all columns of a gist index
Previous Message Alvaro Herrera 2015-08-13 20:20:00 Re: [BUG] CustomScan->custom_plans are not copied