• Peter Geoghegan's avatar
    Add contrib/amcheck debug message. · 20fbb711
    Peter Geoghegan authored
    Add a DEBUG1 message indicating that verification of the index structure
    is underway.  Also reduce the severity level of the existing "tree
    level" debug message to DEBUG1.  It should never have been made DEBUG2.
    Any B-Tree index with more than a couple of levels will generally also
    have so many pages that the per-page DEBUG2 messages will become
    completely unmanageable.
    
    In passing, add a new "Tip" to the docs that advises users that run into
    corruption that the debug messages might provide useful additional
    context.
    20fbb711
verify_nbtree.c 114 KB