Re: Trouble including "pg_type.h" - Mailing list pgsql-novice

From bradg
Subject Re: Trouble including "pg_type.h"
Date
Msg-id 1314653331767-4747906.post@n5.nabble.com
Whole thread Raw
In response to Re: Trouble including "pg_type.h"  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Trouble including "pg_type.h"  (bradg <bg4all@me.com>)
List pgsql-novice
Thanks for the reply.

When I include either "postgres.h" or "postgres_fe.h" I get the following
compiler errors with file c.h:

Semantic Issue: Typedef redefinition with different types ('unsigned long'
vs 'uint64_t' (aka 'unsigned long long')) in
/Library/PostgreSQL/9.0/include/postgresql/server/c.h

Semantic Issue: Typedef redefinition with different types ('size_t' (aka
'unsigned long') vs 'long') in
/Library/PostgreSQL/9.0/include/postgresql/server/c.h

--
View this message in context:
http://postgresql.1045698.n5.nabble.com/Trouble-including-pg-type-h-tp4746983p4747906.html
Sent from the PostgreSQL - novice mailing list archive at Nabble.com.

pgsql-novice by date:

Previous
From: Don
Date:
Subject: out of memory - no sort
Next
From: Andreas
Date:
Subject: Re: Known problem? Column mixup in sql-function