Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: configure gaps - Mailing list pgsql-hackers

From Tom Lane
Subject Re: configure gaps
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: configure gaps  (Andrew Dunstan <[email protected]>)
Responses Re: configure gaps
List pgsql-hackers
Andrew Dunstan <[email protected]> writes:
> I propose that we add the following test for this case:

>     AC_CHECK_HEADER(Python.h, [], [AC_MSG_ERROR([header file <Python.h>
>     is required for Python])])

You'd need to pay attention to python_includespec, but otherwise seems
reasonable.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: pg_filedump for 9.0?
Next
From: Tom Lane
Date:
Subject: Re: leaky views, yet again