in src/pg_query_parse_plpgsql.c [454:461]
void pg_query_free_plpgsql_parse_result(PgQueryPlpgsqlParseResult result) { if (result.error) { pg_query_free_error(result.error); } free(result.plpgsql_funcs); }