Install plpgsql.h to to include/server at "make install".
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 16 Apr 2012 09:58:37 +0000 (12:58 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 16 Apr 2012 10:03:16 +0000 (13:03 +0300)
commit49440fff08590cf1a764ab4b4c5342cd9e445991
tree0f748f9cecf524462b267c8eca788c67913a0389
parent0f48e0675134eccd905eaf696a03c1e8cc85eab4
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.
src/pl/plpgsql/src/Makefile
src/tools/msvc/Install.pm