Re: What generates pg_config.h?

From: Christoph Berg <myon(at)debian(dot)org>
To: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
Cc: Travis Allison <travisallison(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, floriparob(at)gmail(dot)com, pgsql-general(at)postgresql(dot)org
Subject: Re: What generates pg_config.h?
Date: 2018-01-06 15:42:43
Message-ID: 20180106154243.GD13939@msg.df7cb.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Re: Adrian Klaver 2018-01-06 <67591f85-a910-2e0b-1fdd-9c774eacd65f(at)aklaver(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Marco Nenciarini 2018-01-06 17:21:31 Re: [PATCH] Logical decoding of TRUNCATE
Previous Message Adrian Klaver 2018-01-06 15:24:28 Re: What generates pg_config.h?