Allow plugins to suppress inlining and hook function entry/exit/abort.
Robert Haas <rhaas@postgresql.org>
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
| Path | Change | +/− |
|---|---|---|
| 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 |