Re: Where is postgres.h in 7.1.3?

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: nishad@ptolemy.tlg.uci.edu
Cc: pgsql-bugs@postgresql.org
Date: 2001-11-16T00:19:14Z
Lists: pgsql-bugs
Nishad Prakash <prakashn@uci.edu> writes:
> I had created several compiled C functions, which now no longer work
> because postgres.h does not appear to be part of the current distribution.

It's still there.  It's not installed by default, however.  Do
	make install-all-headers
if you want server-side headers to be installed.

			regards, tom lane