Re: how to add my source file?

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: how to add my source file?
Дата
Msg-id 4592AB72.1020402@dunslane.net
обсуждение исходный текст
Ответ на Re: how to add my source file?  (dakotali kasap <dakotalidavid@yahoo.com>)
Список pgsql-hackers
dakotali kasap wrote:
> Hi,
>
> I have one source and one header file which are called my_writer.h and 
> my_writer.c. I included my_writer.h inside postgres.c and do the 
> implementation of declared functions inside my_writer.c. When I 
> include, some other header files of postgresql (like nodes/pg_list.h 
> or nodes/nodes.h) in my_writer.c, it gives me compile errors that are 
> related with these header files of postgresql, although there is no 
> problem.
>
> Do you know why?
>

We're not magicians, nor mindreaders. Unless you give us enough 
information we can't possibly guess. At the very least you need to show 
us what the offending code is and what the compiler error is.

cheers

andrew


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

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