postgres.h missing - Mailing list pgsql-bugs

From pgsql-bugs@postgresql.org
Subject postgres.h missing
Date
Msg-id 200104240822.f3O8Mdg00798@hub.org
Whole thread Raw
Responses Re: postgres.h missing
List pgsql-bugs
Darren Cook (darren@flyingcolor.com) reports a bug with a severity of 3
The lower the number the more severe it is.

Short Description
postgres.h missing

Long Description
include/postgres.h is no longer there. php4 tries to include it, so now fails to compile.

postgres_fe.h says:
 * This should be the first file included by PostgreSQL client libraries and
 * application programs --- but not by backend modules, which should include
 * postgres.h.

...which sounds like postgres.h should be there. I created a dummy postgres.h which just includes postgres_fe.h and
php4now compiles. 

(BTW php4 is patched in CVS to include postgres_fe.h instead of postgres.h).


Sample Code


No file was uploaded with this report

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Compile file if using readline-4.2 (PostGres 7.1)
Next
From: Tom Lane
Date:
Subject: Re: postgres.h missing