pgsql: Allow plugins to suppress inlining and hook function entry/exit/

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Allow plugins to suppress inlining and hook function entry/exit/
Дата
Msg-id E1PSIYy-0004Kg-PO@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Allow plugins to suppress inlining and hook function entry/exit/abort.

This is intended as infrastructure to allow an eventual SE-Linux plugin to
support trusted procedures.

KaiGai Kohei

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=d368e1a2a7afad5a0fc711a2ab70a83c36fa57af

Modified Files
--------------
src/backend/optimizer/util/clauses.c |    8 +++++++
src/backend/utils/fmgr/fmgr.c        |   39 +++++++++++++++++++++++----------
src/include/fmgr.h                   |   26 ++++++++++++++++++++++
3 files changed, 61 insertions(+), 12 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Translation updates for release 8.3.13
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Update release notes for releases 9.0.2, 8.4.6, 8.3.13, 8.2.19,