Re: Trouble including "pg_type.h"

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: bradg <bg4all(at)me(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Trouble including "pg_type.h"
Date: 2011-08-29 18:47:22
Message-ID: 8942.1314643642@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

bradg <bg4all(at)me(dot)com> writes:
> I get compiler errors when I include "pg_type.h" in my project.

By and large you can't do that without including postgres.h or
postgres_fe.h first.

regards, tom lane

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Don 2011-08-29 19:15:52 out of memory - no sort
Previous Message bradg 2011-08-29 17:24:02 Trouble including "pg_type.h"