Re: [PORTS] errcode redefinition

Tom Lane <[email protected]> Thu, 15 Jun 2006 17:31:28 -0400
Newsgroups gmane.comp.db.postgresql.ports
Message-ID <[email protected]>
Andrew Vick <[email protected]> writes:
> Tom Lane wrote:
>> Why are these drivers trying to include elog.h?  That's a backend-only
>> header.  If the reason is that they're including postgres.h, they should
>> likely be including postgres_fe.h instead.

> That is the case.  I tried switching it to postgres_fe.h, but then I
> got errors about the pg_type structure not being defined.

Where were those coming from?  I'm trying to burrow down to what they're
really after that's forcing them to include headers they shouldn't be
including ...

			regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster