Re: Cannot open include file: 'nodes/nodes.h' - Mailing list pgsql-general

From Tom Lane
Subject Re: Cannot open include file: 'nodes/nodes.h'
Date
Msg-id 14576.1228141607@sss.pgh.pa.us
Whole thread Raw
In response to Re: Cannot open include file: 'nodes/nodes.h'  (elekis <elekis@gmail.com>)
List pgsql-general
elekis <elekis@gmail.com> writes:
> and my include is

>   #include "catalog/pg_type.h"
>   #include "nodes/nodes.h"

You need postgres.h first.

            regards, tom lane

pgsql-general by date:

Previous
From: "Merlin Moncure"
Date:
Subject: Re: Question on libpq parameters
Next
From: Sebastian Tennant
Date:
Subject: Detecting changes to certain fields in 'before update' trigger functions