plpgsql_check is a linter tool (does source code static analyze) for the PostgreSQL language plpgsql (the native language for PostgreSQL store procedures).
This patch does full separation of profiler and tracer code. It introduces new layer pldbgapi2 that is placed between PL debug API and profiler and tracer. Now, the fmgr API is fully integrated and execution of debug hooks of aborted statements is fully based on fmgr API.
This patch does full separation of profiler and tracer code. It introduces new layer pldbgapi2 that is placed between PL debug API and profiler and tracer. Now, the fmgr API is fully integrated and execution of debug hooks of aborted statements is fully based on fmgr API.