pgsql: plpgsql EXIT construct forgot to downcase or quote-strip its

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: plpgsql EXIT construct forgot to downcase or quote-strip its
Date: 2004-10-12 15:44:16
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
plpgsql EXIT construct forgot to downcase or quote-strip its identifier
argument, leading to label matching failures at run-time. Per report from
Patrick Fiche. Also, fix it so that an unrecognized label argument draws
a more useful error message than 'syntax error'.

Modified Files:
--------------
pgsql/src/pl/plpgsql/src:
gram.y (r1.62 -> r1.63)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/gram.y.diff?r1=1.62&r2=1.63)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2004-10-12 17:54:55 pgsql: Translation update
Previous Message User Dpage 2004-10-12 15:14:25 pginstaller - pginst: Changes to README I forgot to commit previously.