Repair plpgsql_validator breakage.
Commit 3a0e4d36 arranged to reference stack-allocated variables after they were out of scope. That's no good, so let's arrange to not do that after all.
Showing
Please register or sign in to comment
Commit 3a0e4d36 arranged to reference stack-allocated variables after they were out of scope. That's no good, so let's arrange to not do that after all.