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

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow plugins to suppress inlining and hook function entry/exit/
Date: 2010-12-14 00:16:16
Message-ID: E1PSIYy-0004Kg-PO@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2010-12-14 00:28:26 Re: [COMMITTERS] pgsql: Reduce spurious Hot Standby conflicts from never-visible records
Previous Message Peter Eisentraut 2010-12-13 21:25:19 pgsql: Translation updates for release 8.3.13