| 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 |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| 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
| Attachment | Content-Type | Size |
|---|---|---|
| module_db.patch2 | text/plain | 1.4 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2012-12-04 00:43:07 | pgsql: In pg_upgrade, fix bug where no users were dumped in pg_dumpall |
| Previous Message | Andrew Dunstan | 2012-12-03 21:02:37 | Re: pgsql: Add mode where contrib installcheck runs each module in a separa |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Josh Berkus | 2012-12-04 01:14:24 | Re: json accessors |
| Previous Message | Pavan Deolasee | 2012-12-03 23:44:20 | Re: visibilitymap_count() at the end of vacuum |