libpq++ bug ?

From: Stuart Foster <stuart(at)opnix(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: libpq++ bug ?
Date: 2001-03-06 17:47:33
Message-ID: 20010306.17473300@stuart.internal.opnix.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm not sure if this is the correct list to post this, if not could
someone let me know what is.

I am using libpq++ on linux I noticed that it is including some files
from the pgsql. However the #include statement is using quotes, which
means you have to include the pgsql path. The problem with this is that
that directory includes files like c.h and config.h which are pretty
common names, which is causing conflicts with other things. Would it not
be better to force the include statement to use the pgsql files and not
include the pgsql directory in the path?

Stuart

Browse pgsql-general by date

  From Date Subject
Next Message Ian Lance Taylor 2001-03-06 17:54:46 Re: name vs varchar vs text?
Previous Message Lamar Owen 2001-03-06 17:46:55 Re: python-postgres RPM