Re: postgres.h missing?

Lists: pgsql-general
From: "Thalis A(dot) Kalfigopoulos" <thalis(at)cs(dot)pitt(dot)edu>
To: pgsql-general(at)postgresql(dot)org
Subject: postgres.h missing?
Date: 2001-06-19 22:04:56
Message-ID: Pine.LNX.4.21.0106191742270.24987-100000@aluminum.cs.pitt.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

I can see in the source dir the include file postgres.h (src/include/postgres.h) but it doesn't exist under the installation dir (under include I only have postgres_ext.h and _fe.h).
Located a related article (http://faqchest.dynhost.com/prgm/pgsql-l/pgsql-01/pgsql-0104/pgsql-010404/pgsql01040314_23260.html) which implies that at least for the php build, postgres_fe.h should do just fine (even though the opening comments in postgres_fe.h suggest that postgres.h should be in the same dir and used instead)

Did I miss building something or should I use postgres_fe.h instead?

TIA,
thalis


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Thalis A(dot) Kalfigopoulos" <thalis(at)cs(dot)pitt(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: postgres.h missing?
Date: 2001-06-19 22:54:41
Message-ID: 8197.992991281@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

PHP shouldn't be including *either* postgres.h or postgres_fe.h.
Remove that include from it, or get a more recent version of PHP.

regards, tom lane