pgsql: Revert "Make vacuum a bit more verbose to debug BF failure."

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Revert "Make vacuum a bit more verbose to debug BF failure."
Date: 2020-08-20 20:05:16
Message-ID: E1k8qoG-0003LQ-TE@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Revert "Make vacuum a bit more verbose to debug BF failure."

This reverts commit 49967da65aec970fcda123acc681f1df5d70bfc6.

Enough time has passed that we can be confident that 07f32fcd23a
resolved the issue. Therefore we can remove the temporary debugging
aids.

Author: Andres Freund <andres(at)anarazel(dot)de>
Discussion: https://postgr.es/m/E1k7tGP-0005V0-5k@gemulon.postgresql.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c62a0a49f33a0d45a97aa1d3a5bc6ddc83f10d82

Modified Files
--------------
src/backend/access/heap/heapam.c | 11 +----------
src/backend/access/heap/vacuumlazy.c | 7 -------
2 files changed, 1 insertion(+), 17 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2020-08-20 21:34:32 pgsql: Fix a few typos in JIT comments and README
Previous Message Alvaro Herrera 2020-08-20 17:52:20 pgsql: Revise REINDEX CONCURRENTLY recovery instructions