pgsql: Install plpgsql.h to to include/server at "make install". - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Install plpgsql.h to to include/server at "make install".
Date
Msg-id E1SJiq1-0005Dj-ST@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/49440fff08590cf1a764ab4b4c5342cd9e445991

Modified Files
--------------
src/pl/plpgsql/src/Makefile |   14 +++++++++++---
src/tools/msvc/Install.pm   |    2 ++
2 files changed, 13 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: PL/Python: Improve documentation of nrows() method
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Fix typo