Re: What generates pg_config.h? - Mailing list pgsql-general

From Travis Allison
Subject Re: What generates pg_config.h?
Date
Msg-id CAEJ64tZk0=M7MDH3=fY9sBK=j=4ZHsBiES9azfKQwiC3z-h-wg@mail.gmail.com
Whole thread Raw
In response to Re: What generates pg_config.h?  (Christoph Berg <myon@debian.org>)
List pgsql-general
I wanted to thank all of you for solving my problem.  You have all been unbelievably helpful!

Travis

On Sat, Jan 6, 2018 at 7:42 AM, Christoph Berg <myon@debian.org> wrote:
Re: Adrian Klaver 2018-01-06 <67591f85-a910-2e0b-1fdd-9c774eacd65f@aklaver.com>
> The problem you are running into is that the build process is using both the
> older(9.6.5) and newer(10.0) pg_config.h at the same time.

Fwiw, all issues I've seen so far of that kind could be resolved by
putting -I$(pg_config --includedir-server) before -I$(pg_config
--includedir) in the Makefile.

I don't know of any PG extension existing in the wild that does not
work with having both /usr/include/postgresql/$version/server/pg_config.h
and /usr/include/postgresql/pg_config.h installed - and we are
packaging a lot of extensions for apt.postgresql.org for non-latest
majors.

Christoph

pgsql-general by date:

Previous
From: Christoph Berg
Date:
Subject: Re: What generates pg_config.h?
Next
From: Ken Tanzer
Date:
Subject: Two columns with same name in subselect--any way to SELECT without *?