Re: 7.2b5 libpq++ include files broken?

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Peter Eisentraut <peter_e@gmx.net>
Cc: Reinhard Max <max@suse.de>, pgsql-bugs@postgresql.org
Date: 2002-01-22T15:18:55Z
Lists: pgsql-bugs
Reinhard Max <max@suse.de> writes:
> as of 7.2b5 'libpq++.h' includes 'libpq++/pgconnection.h' which in
> turn tries to include 'postgres_fe.h' which can't be found because it
> has bee moved to the 'internal' subdirectory.

Why was it moved to the internal subdirectory?  This seems a clear
error, as it will break a lot of stuff, and there is not a namespace
reason to do it.

			regards, tom lane