Thread: pgsql: Fix ALTER TABLE error message

pgsql: Fix ALTER TABLE error message

From
Álvaro Herrera
Date:
Fix ALTER TABLE error message

This bogus error message was introduced in 2013 by commit f177cbfe676d,
because of misunderstanding the processCASbits() API; at the time, no
test cases were added that would be affected by this change.  Only in
ca87c415e2fc was one added (along with a couple of typos), with an XXX
note that the error message was bogus.  Fix the whole, add some test
cases.

Backpatch all the way back.

Reviewed-by: Nathan Bossart <nathandbossart@gmail.com>
Discussion: https://postgr.es/m/202503041822.aobpqke3igvb@alvherre.pgsql

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7bbc46213de9301795da90923a015070239c1fcc

Modified Files
--------------
src/backend/parser/gram.y                 |  2 +-
src/test/regress/expected/constraints.out |  7 +++----
src/test/regress/expected/foreign_key.out | 10 +++++++++-
src/test/regress/sql/constraints.sql      |  3 +--
src/test/regress/sql/foreign_key.sql      |  4 +++-
5 files changed, 17 insertions(+), 9 deletions(-)