Install plpgsql.h to to include/server at "make install".

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 49440fff08590cf1a764ab4b4c5342cd9e445991
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2012-04-16T10:03:16Z
Releases: 9.2.0
Install plpgsql.h to to include/server at "make install".

The header file is needed by any module that wants to use the PL/pgSQL
instrumentation plugin interface. Most notably, the pldebugger plugin needs
this. With this patch, it can be built using pgxs, without having the full
server source tree available.

Files

PathChange+/−
src/pl/plpgsql/src/Makefile modified +11 −3
src/tools/msvc/Install.pm modified +2 −0