pgsql: Fix publication syntax error message - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Fix publication syntax error message
Date
Msg-id E1pwmec-001StB-6R@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix publication syntax error message

There was some odd wording in corner-case gram.y error messages "some
error ... at or near", which appears to have been modeled after "syntax
error" messages.  However, they don't work that way, and they're just
wrong.  They're also uncovered by tests.  Remove the trailing words,
and also add tests.

They were introduced with 5a2832465fd8; backpatch to 15.

Author: Álvaro Herrera <alvherre@alvh.no-ip.org>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c39f2f68e95a54e430c6a7b7d1e9f98cedff5aff

Modified Files
--------------
src/backend/parser/gram.y                 | 4 ++--
src/test/regress/expected/publication.out | 9 +++++++++
src/test/regress/sql/publication.sql      | 4 ++++
3 files changed, 15 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Add missing gettext triggers
Next
From: Peter Geoghegan
Date:
Subject: pgsql: Doc: Fix link to fillfactor reloption.