pgsql: amcheck: Reduce debug message verbosity.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: amcheck: Reduce debug message verbosity.
Date: 2021-03-16 20:12:31
Message-ID: E1lMG3L-0006tj-Dl@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

amcheck: Reduce debug message verbosity.

Empty sibling pages can occasionally be much more common than any other
event that we report on at elevel DEBUG1. Increase the elevel for
relevant cases to DEBUG2 to avoid overwhelming the user with relatively
insignificant details.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/65445469d6de3670f3e027236613e093e119ec55

Modified Files
--------------
contrib/amcheck/verify_nbtree.c | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2021-03-16 20:39:45 pgsql: Fix comment about promising tuples.
Previous Message Tom Lane 2021-03-16 20:03:22 pgsql: Avoid corner-case memory leak in SSL parameter processing.