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

2018-05-28 Thread Andres Freund
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 object

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

2018-05-28 Thread Laurenz Albe
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 f

PGXS fails to byte-compile pgsql-ogr-fdw

2018-05-28 Thread Christoph Berg
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. ---8<--- pgsql-ogr-fdw