postgres.h

From: "Nupur Pande" <npande(at)vt(dot)edu>
To: <pgsql-cygwin(at)postgresql(dot)org>
Subject: postgres.h
Date: 2003-11-03 21:12:37
Message-ID: 006901c3a24f$35dfc780$6500a8c0@RANIKHET
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

Hi,
I'm trying to compile and run some external functions on postgres. The code
seems to compile and run fine on linux machine. But on cygwin, it gave me
errors saying it couldn't find some files such as "postgres.h",
"server/executor/executor.h", "server/executor/spi.h"

Could someone please tell me where to find these files. My
/usr/include/postgresql/ only includes 1 folder called internal. I checked
google for these files and it seems they should be in a folder
../postgresql/server
But I don't see that in my directories. I have postgresql 7.3.4 installed.

Thanks,
Nupur

In response to

Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message Jason Tishler 2003-11-03 21:41:37 Re: postgres.h
Previous Message Paul R. Sand 2003-11-03 19:24:24 Re: Problem with initdb failing