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/src/pldbgapi2.c at master · okbob/plpgsql_check
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
2 Replies
Eduardo Bellani @ crescent
up pls? up
garyaustin
garyaustin7d ago
Looks like that is the only place in the Postgres repository that uses that. Did you install it at one point? Does the extension UI show it not installed?

Did you find this page helpful?