Fix a couple of places where the plpgsql grammar would produce an unhelpful
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/pl/plpgsql/src/gram.y | modified | +25 −1 |