pgsql: Tweak wording of syntax error messages about bad CONTINUE/EXIT s

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Tweak wording of syntax error messages about bad CONTINUE/EXIT s
Date: 2015-08-23 21:34:53
Message-ID: E1ZTcuj-000125-Mh@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Tweak wording of syntax error messages about bad CONTINUE/EXIT statements.

Try to avoid any possible confusion about what these messages mean.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/18391a8f0649f40bb841e6492895551fd873f79b

Modified Files
--------------
src/pl/plpgsql/src/pl_gram.y | 10 +++++-----
src/test/regress/expected/plpgsql.out | 8 ++++----
src/test/regress/sql/plpgsql.sql | 2 +-
3 files changed, 10 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2015-08-25 14:02:23 Re: [COMMITTERS] pgsql: Change TAP test framework to not rely on having a chmod executab
Previous Message Tom Lane 2015-08-23 19:15:52 pgsql: Reduce number of bytes examined by convert_one_string_to_scalar(