Re: Compiling C Extension Functions against PostgreSQL 12

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: Compiling C Extension Functions against PostgreSQL 12
Дата
Msg-id 9443e9f9-1eec-d4f5-eb19-fb6d1da9c587@aklaver.com
обсуждение исходный текст
Ответ на Re: Compiling C Extension Functions against PostgreSQL 12  (TalGloz <glozmantal@gmail.com>)
Ответы Re: Compiling C Extension Functions against PostgreSQL 12
Список 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 по дате отправления:

Предыдущее
От: TalGloz
Дата:
Сообщение: Re: Compiling C Extension Functions against PostgreSQL 12
Следующее
От: TalGloz
Дата:
Сообщение: Re: Compiling C Extension Functions against PostgreSQL 12