From:
Andrew Dunstan <andrew(at)dunslane(dot)net>
To:
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc:
Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>,
PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject:
Re: [COMMITTERS] pgsql: Add mode where contrib installcheck runs
each module in a separa
Date:
2012-12-04 00:17:36
Message-ID:
50BD4120.4060308@dunslane.net (view raw or flat )
Thread:
2012-12-02 22:30:53 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2012-12-03 18:45:03 from Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
2012-12-03 19:28:35 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2012-12-03 19:45:51 from Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
2012-12-03 19:46:55 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2012-12-03 20:05:27 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2012-12-03 20:11:53 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2012-12-03 21:02:37 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2012-12-04 00:17:36 from Andrew Dunstan <andrew(at)dunslane(dot)net>
Lists:
pgsql-committers 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
In response to
pgsql-hackers by date
Next :From: Josh BerkusDate: 2012-12-04 01:14:24
Subject : Re: json accessors
Previous :From : Pavan DeolaseeDate : 2012-12-03 23:44:20
Subject : Re: visibilitymap_count() at the end of vacuum
pgsql-committers by date
Next :From: Bruce MomjianDate: 2012-12-04 00:43:07
Subject : pgsql: In pg_upgrade, fix bug where no users were dumped in pg_dumpall
Previous :From : Andrew DunstanDate : 2012-12-03 21:02:37
Subject : Re: pgsql: Add mode where contrib installcheck runs
each module in a separa