Re: problem while compiling user c functions in 7.1beta4 - Mailing list pgsql-general

From Tom Lane
Subject Re: problem while compiling user c functions in 7.1beta4
Date
Msg-id 26952.982900248@sss.pgh.pa.us
Whole thread Raw
In response to Re: problem while compiling user c functions in 7.1beta4  (hubert depesz lubaczewski <depesz@depesz.pl>)
List pgsql-general
hubert depesz lubaczewski <depesz@depesz.pl> writes:
> sorry. my fault. i was wrong because the files were not installed in working
> directory. strange. error in makefile's?

No, an extremely deliberate change, which was discussed at length in the
mailing lists.  The default install now installs only client-side header
files, no server-side files.  If you want to compile server-side code,
either point your -I path at pgsql/src/include or do "make
install-all-headers".

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Problems when dumping a database
Next
From: Aristide Aragon
Date:
Subject: Re: Building SPI programs