postgres.h missing

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: postgres.h missing
Date: 2001-04-24 08:22:39
Message-ID: 200104240822.f3O8Mdg00798@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Darren Cook (darren(at)flyingcolor(dot)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 php4 now 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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2001-04-24 08:46:49 Re: postgres.h missing
Previous Message Saul Hernndez 2001-04-23 20:26:16 Startup Problems on Win2K