Re: postgres.h missing?

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
Thread:
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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2001-06-20 00:00:51 Re: [PATCHES] [PATCH] Contrib C source for casting MONEY to INT[248] and FLOAT[48]
Previous Message Tom Lane 2001-06-19 22:53:46 Re: aggregate function for median calculation