pgsql: Revert "Make vacuum a bit more verbose to debug BF failure." - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Revert "Make vacuum a bit more verbose to debug BF failure."
Date
Msg-id E1k8qoG-0003LQ-TE@gemulon.postgresql.org
Whole thread Raw
List 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@anarazel.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(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Revise REINDEX CONCURRENTLY recovery instructions
Next
From: David Rowley
Date:
Subject: pgsql: Fix a few typos in JIT comments and README