forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4078ce6
committed
Fix a confusing amcheck corruption message.
Don't complain about the last TOAST chunk number being differentfrom what we expected if there are no TOAST chunks at all.In such a case, saying that the final chunk number is 0 is notreally accurate, and the fact the value is missing from theTOAST table is reported separately anyway.Mark DilgerDiscussion:http://postgr.es/m/AA5506CE-7D2A-42E4-A51D-358635E3722D@enterprisedb.com1 parentc6fc50c commit4078ce6
File tree
2 files changed
+5
-6
lines changed- contrib/amcheck
- src/bin/pg_amcheck/t
2 files changed
+5
-6
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1100 | 1100 |
| |
1101 | 1101 |
| |
1102 | 1102 |
| |
1103 |
| - | |
1104 |
| - | |
1105 |
| - | |
1106 |
| - | |
1107 | 1103 |
| |
1108 | 1104 |
| |
1109 | 1105 |
| |
1110 | 1106 |
| |
| 1107 | + | |
| 1108 | + | |
| 1109 | + | |
| 1110 | + | |
1111 | 1111 |
| |
1112 | 1112 |
| |
1113 | 1113 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
296 | 296 |
| |
297 | 297 |
| |
298 | 298 |
| |
299 |
| - | |
| 299 | + | |
300 | 300 |
| |
301 | 301 |
| |
302 | 302 |
| |
| |||
489 | 489 |
| |
490 | 490 |
| |
491 | 491 |
| |
492 |
| - | |
493 | 492 |
| |
494 | 493 |
| |
495 | 494 |
| |
|
0 commit comments
Comments
(0)