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 4592B623.8000405@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:
>
> 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 by date:

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