Fix ALTER TABLE error message
Álvaro Herrera <alvherre@alvh.no-ip.org>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/parser/gram.y | modified | +1 −1 |
| src/test/regress/expected/foreign_key.out | modified | +5 −1 |
| src/test/regress/sql/foreign_key.sql | modified | +3 −1 |
Discussion
- bogus error message for ALTER TABLE ALTER CONSTRAINT 14 messages · 2025-03-04 → 2025-03-14