pgsql: 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: Make vacuum a bit more verbose to debug BF failure.
Date: 2020-08-16 19:58:27
Message-ID: E1k7OnT-0001Ut-Sl@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make vacuum a bit more verbose to debug BF failure.

This is temporary. While possibly some more error checking / debugging
in this path would be a good thing, it'll not look exactly like this.

Discussion: https://postgr.es/m/20200816181604.l54m6kss5ntd6xow@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/49967da65aec970fcda123acc681f1df5d70bfc6

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

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2020-08-16 21:26:09 pgsql: Fix use of wrong index in ComputeXidHorizons().
Previous Message Noah Misch 2020-08-16 03:22:54 pgsql: Correct several behavior descriptions in comments.