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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix a couple of places where the plpgsql grammar would produce an
Date: 2008-09-10 01:09:46
Message-ID: 20080910010946.6916B7545A3@cvs.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/src/pl/plpgsql/src:
gram.y (r1.114 -> r1.115)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/gram.y?r1=1.114&r2=1.115)

Browse pgsql-committers by date

  From Date Subject
Next Message User Fxjr 2008-09-10 05:02:32 npgsql - Npgsql2: Updated project homepage
Previous Message Tom Lane 2008-09-09 18:58:09 pgsql: Improve the plan cache invalidation mechanism to make it