Re: [COMMITTERS] pgsql: Add mode where contrib installcheck runs each module in a separa - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: [COMMITTERS] pgsql: Add mode where contrib installcheck runs each module in a separa
Date
Msg-id 50BD4120.4060308@dunslane.net
Whole thread Raw
In response to Re: [COMMITTERS] pgsql: Add mode where contrib installcheck runs each module in a separa  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 12/03/2012 04:02 PM, Andrew Dunstan wrote:
>
>
>
> Looks like undefine is a new feature in gmake 3.82. I can reproduce
> this on my SL6 box which has 3.81. I'll have to come up with something
> other than ifdef, like
>
>     ifneq ($(USE_MODULE_DB),)
>
> and use the override in dblink's Makefile to set it to the empty string.
>
>
>


Here's a version that seems to work with pre 3.82 versions of gmake.

cheers

andrew


Attachment

pgsql-hackers by date:

Previous
From: Pavan Deolasee
Date:
Subject: Re: visibilitymap_count() at the end of vacuum
Next
From: Josh Berkus
Date:
Subject: Re: json accessors