Re: PGXS fails to byte-compile pgsql-ogr-fdw - Mailing list pgsql-hackers

From Laurenz Albe
Subject Re: PGXS fails to byte-compile pgsql-ogr-fdw
Date
Msg-id 1527534643.2236.2.camel@cybertec.at
Whole thread Raw
In response to PGXS fails to byte-compile pgsql-ogr-fdw  (Christoph Berg <myon@debian.org>)
List pgsql-hackers
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.

I have been bitten by that when building PostGIS.

A simple patch could fix it, but I agree that it would be better
to not build them.

Yours,
Laurenz Albe


pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: SCRAM with channel binding downgrade attack
Next
From: Andres Freund
Date:
Subject: Re: PGXS fails to byte-compile pgsql-ogr-fdw