Re: how to add my source file? - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: how to add my source file?
Date
Msg-id 4592AB72.1020402@dunslane.net
Whole thread Raw
In response to Re: how to add my source file?  (dakotali kasap <dakotalidavid@yahoo.com>)
List 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 by date:

Previous
From: dakotali kasap
Date:
Subject: Re: how to add my source file?
Next
From: Bruce Momjian
Date:
Subject: Re: how to add my source file?