Re: Compiling C Extension Functions against PostgreSQL 12

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: TalGloz <glozmantal(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Compiling C Extension Functions against PostgreSQL 12
Date: 2020-05-02 20:28:55
Message-ID: 9443e9f9-1eec-d4f5-eb19-fb6d1da9c587@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 5/2/20 1:09 PM, TalGloz wrote:
> Adrian Klaver-4 wrote

>
> Yes, they were created when using make against Postgres 10 and I clean them
> every time when I try a different version of Postgres.

Well I'm reaching the end of what I can do. All I have left is that the
examples I have seen use:

#include "postgres.h"

not

#include <postgres.h>

>
> TalGloz

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message TalGloz 2020-05-02 20:52:56 Re: Compiling C Extension Functions against PostgreSQL 12
Previous Message TalGloz 2020-05-02 20:09:27 Re: Compiling C Extension Functions against PostgreSQL 12