Repair plpgsql_validator breakage.

Robert Haas <rhaas@postgresql.org>

Commit: 0635c0b524368862da08271fbca626faf44290a2
Author: Robert Haas <rhaas@postgresql.org>
Date: 2012-07-21T01:28:26Z
Releases: 9.3.0
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

PathChange+/−
src/pl/plpgsql/src/pl_handler.c modified +5 −5