]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Allow plugins to suppress inlining and hook function entry/exit/abort.
authorRobert Haas <rhaas@postgresql.org>
Mon, 13 Dec 2010 23:58:31 +0000 (18:58 -0500)
committerRobert Haas <rhaas@postgresql.org>
Tue, 14 Dec 2010 00:15:53 +0000 (19:15 -0500)
commitd368e1a2a7afad5a0fc711a2ab70a83c36fa57af
tree7536290197c79f079e1a9938a218ac632e34b134
parent843a490f0aeccd5b61a30c37d2ffaae26d192329
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
src/backend/optimizer/util/clauses.c
src/backend/utils/fmgr/fmgr.c
src/include/fmgr.h