Error: cannot find parent statement on pldbgapi2 call stack
I have this error when running long running statements with a lot of function calls. I see that it comes from https://github.com/okbob/plpgsql_check/blob/master/src/pldbgapi2.c#L1151. I dont have plpgsql_check installed on my supabase. What gives?
GitHub
plpgsql_check is a linter tool (does source code static analyze) for the PostgreSQL language plpgsql (the native language for PostgreSQL store procedures). - okbob/plpgsql_check