Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: errcode redefinition



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



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group