Re: configure gaps

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: configure gaps
Дата
Msg-id 25708.1286295375@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: configure gaps  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: configure gaps  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> 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 по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: pg_filedump for 9.0?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: leaky views, yet again