Add hooks to allow debugging and performance measurement plugins
Tom Lane <tgl@sss.pgh.pa.us>
Add hooks to allow debugging and performance measurement plugins to instrument PL/pgSQL. Korry Douglas
Files
| Path | Change | +/− |
|---|---|---|
| src/pl/plpgsql/src/pl_exec.c | modified | +48 −1 |
| src/pl/plpgsql/src/pl_handler.c | modified | +6 −1 |
| src/pl/plpgsql/src/plpgsql.h | modified | +51 −1 |