Re: Compiling C Extension Functions against PostgreSQL 12 - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Compiling C Extension Functions against PostgreSQL 12
Date
Msg-id 9443e9f9-1eec-d4f5-eb19-fb6d1da9c587@aklaver.com
Whole thread Raw
In response to Re: Compiling C Extension Functions against PostgreSQL 12  (TalGloz <glozmantal@gmail.com>)
Responses Re: Compiling C Extension Functions against PostgreSQL 12  (TalGloz <glozmantal@gmail.com>)
List 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.klaver@aklaver.com



pgsql-general by date:

Previous
From: TalGloz
Date:
Subject: Re: Compiling C Extension Functions against PostgreSQL 12
Next
From: TalGloz
Date:
Subject: Re: Compiling C Extension Functions against PostgreSQL 12