Re: errcode redefinition

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Vick <avick(at)remote-print(dot)com>
Cc: pgsql-ports(at)postgresql(dot)org
Subject: Re: errcode redefinition
Date: 2006-06-15 21:01:23
Message-ID: 936.1150405283@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Andrew Vick <avick(at)remote-print(dot)com> 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

In response to

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Andrew Vick 2006-06-15 21:24:51 Re: errcode redefinition
Previous Message Andrew Vick 2006-06-15 20:44:02 errcode redefinition