forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4e026be
committed
Fix ALTER TABLE error message
This bogus error message was introduced in 2013 by commitf177cbf,because of misunderstanding the processCASbits() API; at the time, notest cases were added that would be affected by this change. Only inca87c41 was one added (along with a couple of typos), with an XXXnote that the error message was bogus. Fix the whole, add some testcases.Backpatch all the way back.Reviewed-by: Nathan Bossart <nathandbossart@gmail.com>Discussion:https://postgr.es/m/202503041822.aobpqke3igvb@alvherre.pgsql1 parent56e6a31 commit4e026be
File tree
3 files changed
+9
-3
lines changed- src
- backend/parser
- test/regress
- expected
- sql
3 files changed
+9
-3
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2649 | 2649 |
| |
2650 | 2650 |
| |
2651 | 2651 |
| |
2652 |
| - | |
| 2652 | + | |
2653 | 2653 |
| |
2654 | 2654 |
| |
2655 | 2655 |
| |
|
Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1278 | 1278 |
| |
1279 | 1279 |
| |
1280 | 1280 |
| |
1281 |
| - | |
| 1281 | + | |
1282 | 1282 |
| |
1283 | 1283 |
| |
1284 | 1284 |
| |
1285 | 1285 |
| |
| 1286 | + | |
| 1287 | + | |
| 1288 | + | |
| 1289 | + | |
1286 | 1290 |
| |
1287 | 1291 |
| |
1288 | 1292 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
970 | 970 |
| |
971 | 971 |
| |
972 | 972 |
| |
973 |
| - | |
| 973 | + | |
974 | 974 |
| |
| 975 | + | |
| 976 | + | |
975 | 977 |
| |
976 | 978 |
| |
977 | 979 |
| |
|
0 commit comments
Comments
(0)