forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit20fbb71
committed
Add contrib/amcheck debug message.
Add a DEBUG1 message indicating that verification of the index structureis underway. Also reduce the severity level of the existing "treelevel" debug message to DEBUG1. It should never have been made DEBUG2.Any B-Tree index with more than a couple of levels will generally alsohave so many pages that the per-page DEBUG2 messages will becomecompletely unmanageable.In passing, add a new "Tip" to the docs that advises users that run intocorruption that the debug messages might provide useful additionalcontext.1 parentf333d35 commit20fbb71
2 files changed
+29
-1
lines changedLines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
411 | 411 |
| |
412 | 412 |
| |
413 | 413 |
| |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
414 | 421 |
| |
415 | 422 |
| |
416 | 423 |
| |
| |||
654 | 661 |
| |
655 | 662 |
| |
656 | 663 |
| |
657 |
| - | |
| 664 | + | |
658 | 665 |
| |
659 | 666 |
| |
660 | 667 |
| |
|
Lines changed: 21 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
166 | 166 |
| |
167 | 167 |
| |
168 | 168 |
| |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
169 | 190 |
| |
170 | 191 |
| |
171 | 192 |
| |
|
0 commit comments
Comments
(0)