Re: how to add my source file?

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: dakotali kasap <dakotalidavid(at)yahoo(dot)com>
Cc: Alvaro Herrera <alvherre(at)commandprompt(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: how to add my source file?
Date: 2006-12-27 18:06:27
Message-ID: 4592B623.8000405@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2006-12-27 18:44:31 Re: [BUGS] BUG #2846: inconsistent and confusing handling of
Previous Message Bruce Momjian 2006-12-27 17:56:56 Re: how to add my source file?