Re: pgsql: Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers. - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pgsql: Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.
Date
Msg-id 17165.1523367992@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.  (Julien Rouhaud <rjuju123@gmail.com>)
Responses Re: pgsql: Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.
List pgsql-hackers
Julien Rouhaud <rjuju123@gmail.com> writes:
> Compilation of external extensions using PGXS appears to be broken
> since this commit:

Ouch, sorry.

> I think the best fix if to define NO_GENERATED_HEADERS in pgxs.mk,
> patch attached.

Hm.  I wonder if we don't also want NO_TEMP_INSTALL, like the doc/src/sgml
makefile.  I don't know whether "make check" could be useful in a PGXS
build, but certainly that recipe for making a temp install isn't gonna
work.

            regards, tom lane


pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Bugs in TOAST handling, OID assignment and redo recovery
Next
From: David Steele
Date:
Subject: Re: [HACKERS] GSoC 2017: Foreign Key Arrays