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

From Andres Freund
Subject pgsql: Make vacuum a bit more verbose to debug BF failure.
Date
Msg-id E1k7OnT-0001Ut-Sl@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Correct several behavior descriptions in comments.
Next
From: Andres Freund
Date:
Subject: pgsql: Fix use of wrong index in ComputeXidHorizons().