postgres.h missing? (fwd)

From: "Thalis A(dot) Kalfigopoulos" <thalis(at)cs(dot)pitt(dot)edu>
To: pgsql-general(at)postgresql(dot)org
Cc: tgl(at)sss(dot)pgh(dot)pa(dot)us
Subject: postgres.h missing? (fwd)
Date: 2001-06-20 15:18:07
Message-ID: Pine.LNX.4.21.0106201110550.24987-100000@aluminum.cs.pitt.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi tom, (erased your reply by accident :(
I asked about this yesterday but I don't need postgres.h for building PHP. I need it for writing a C function.
So do I just copy it manually from src/include/ ?

TIA,
thalis

---------- Forwarded message ----------
Date: Tue, 19 Jun 2001 18:04:56 -0400 (EDT)
From: Thalis A. Kalfigopoulos <thalis(at)cs(dot)pitt(dot)edu>
To: pgsql-general(at)postgresql(dot)org
Subject: postgres.h missing?

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Vince Vielhaber 2001-06-20 15:19:41 Re: Web site gripes
Previous Message Thalis A. Kalfigopoulos 2001-06-20 15:10:21 Re: Re: [PATCHES] [PATCH] Contrib C source for casting MONEY to INT[248] and FLOAT[48]