Repair plpgsql_validator breakage.
Robert Haas <rhaas@postgresql.org>
Repair plpgsql_validator breakage. Commit 3a0e4d36ebd7f477822d5bae41ba121a40d22ccc 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.
Files
| Path | Change | +/− |
|---|---|---|
| src/pl/plpgsql/src/pl_handler.c | modified | +5 −5 |