pgsql: Further tweak wording of error messages about bad CONTINUE/EXIT - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Further tweak wording of error messages about bad CONTINUE/EXIT
Date
Msg-id E1ZUIc2-000165-Jd@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Further tweak wording of error messages about bad CONTINUE/EXIT statements.

Per discussion, a little more verbosity seems called for.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/781ed2bfa35f0a8a7ad1029d3a7d7687c73d86a0

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Limit the verbosity of memory context statistics dumps.
Next
From: Tom Lane
Date:
Subject: pgsql: Docs: be explicit about datatype matching for lead/lag functions