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

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Install plpgsql.h to to include/server at "make install".
Дата
Msg-id E1SJiq1-0005Dj-ST@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: PL/Python: Improve documentation of nrows() method
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Fix typo