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

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Make vacuum a bit more verbose to debug BF failure.
Дата
Msg-id E1k7OnT-0001Ut-Sl@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: Correct several behavior descriptions in comments.
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Fix use of wrong index in ComputeXidHorizons().