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

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Install plpgsql.h to to include/server at "make install".
Date: 2012-04-16 10:07:13
Message-ID: E1SJiq1-0005Dj-ST@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2012-04-16 12:37:14 pgsql: Fix typo
Previous Message Peter Eisentraut 2012-04-16 08:32:43 pgsql: PL/Python: Improve documentation of nrows() method