Allow plugins to suppress inlining and hook function entry/exit/abort.

Robert Haas <rhaas@postgresql.org>

Commit: d368e1a2a7afad5a0fc711a2ab70a83c36fa57af
Author: Robert Haas <rhaas@postgresql.org>
Date: 2010-12-14T00:15:53Z
Releases: 9.1.0
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

Files

PathChange+/−
src/backend/optimizer/util/clauses.c modified +8 −0
src/backend/utils/fmgr/fmgr.c modified +27 −12
src/include/fmgr.h modified +26 −0