Re: PGXS fails to byte-compile pgsql-ogr-fdw

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: PGXS fails to byte-compile pgsql-ogr-fdw
Дата
Msg-id 20180528191855.yp4l5dvlaafpxlcz@alap3.anarazel.de
обсуждение исходный текст
Ответ на PGXS fails to byte-compile pgsql-ogr-fdw  (Christoph Berg <myon@debian.org>)
Список pgsql-hackers
Hi,

On 2018-05-28 09:44:32 +0200, Christoph Berg wrote:
> pgsql-ogr-fdw fails to build against PG 11beta1 with JIT enabled. I
> just reported this as https://github.com/pramsey/pgsql-ogr-fdw/issues/153,
> but I think the problem might actually be in the PGXS Makefile - it
> assumes that all objects have a .c file to build the .bc from.

Not really see an alternative to that? What are you proposing?


> Another bug might be that PGXS doesn't try to inherit any preprocessor
> flags from the C compilation - the "-D USE_PG_MEM" part will be lost.

How could it? That seems to be a problem in the specific makefile, it
should adapt the proper variables rather than passing -D itself.

Greetings,

Andres Freund


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Laurenz Albe
Дата:
Сообщение: Re: PGXS fails to byte-compile pgsql-ogr-fdw
Следующее
От: Vik Fearing
Дата:
Сообщение: TABLE tab completion