Re: how to add my source file?

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: how to add my source file?
Дата
Msg-id 4592B623.8000405@dunslane.net
обсуждение исходный текст
Ответ на Re: how to add my source file?  (dakotali kasap <dakotalidavid@yahoo.com>)
Список pgsql-hackers
dakotali kasap wrote:
>
> my_writer.c looks like:
> -------------------------------------------------
> #include "nodes/nodes.h"
> #include <stdio.h>
> #include "nodes/pg_list.h"
>
>

well, you normally have to include "postgres.h" before any other 
postgres header.

cheers

andrew


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: how to add my source file?
Следующее
От: dakotali kasap
Дата:
Сообщение: Re: how to add my source file?