Fix a couple of places where the plpgsql grammar would produce an unhelpful

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 3c221c3dae5978ef3668000a3b7166e2a4f9a750
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-09-10T01:09:45Z
Releases: 8.4.0
Fix a couple of places where the plpgsql grammar would produce an unhelpful
'syntax error' message, rather than something that might draw one's
attention to a missing or wrong-type variable declaration.  Per recent
gripe.

Files

PathChange+/−
src/pl/plpgsql/src/gram.y modified +25 −1