Re: [HACKERS] Fix bloom WAL tap test - Mailing list pgsql-hackers

From Alexander Korotkov
Subject Re: [HACKERS] Fix bloom WAL tap test
Date
Msg-id CAPpHfdveUBbkmNn-R1aNbW49LHbqyvZ6s6x3RJkmovZY8BEe+Q@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] Fix bloom WAL tap test  (Masahiko Sawada <sawada.mshk@gmail.com>)
Responses Re: [HACKERS] Fix bloom WAL tap test  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
On Wed, Nov 8, 2017 at 5:46 AM, Masahiko Sawada <sawada.mshk@gmail.com> wrote:
> So I think
> that you should instead do something like that:
>
> --- a/contrib/bloom/Makefile
> +++ b/contrib/bloom/Makefile
> @@ -20,5 +20,12 @@ include $(top_builddir)/src/Makefile.global
>  include $(top_srcdir)/contrib/contrib-global.mk
>  endif
>
> +installcheck: wal-installcheck
> +
> +check: wal-check
> +
> +wal-installcheck:
> +   $(prove_installcheck)
> +
>  wal-check: temp-install
>     $(prove_check)
>
> This works for me as I would expect it should.

Looks good to me too.

OK, then so be it :)

------
Alexander Korotkov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company 
Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: [HACKERS] (spelling) Ensure header of postgresql.auto.conf is consistent
Next
From: amul sul
Date:
Subject: Re: [HACKERS] path toward faster partition pruning