Re: [PORTS] errcode redefinition

Tom Lane <[email protected]> Thu, 15 Jun 2006 17:01:23 -0400
Newsgroups gmane.comp.db.postgresql.ports
Message-ID <[email protected]>
Andrew Vick <[email protected]> writes:
> I am trying to build the Postgres drivers for Qt on Windows.

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.

			regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
       subscribe-nomail command to [email protected] so that your
       message can get through to the mailing list cleanly