pgsql: Remove WARNING message from brin_desummarize_range

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Remove WARNING message from brin_desummarize_range
Дата
Msg-id E1jtgg9-0000WT-DF@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove WARNING message from brin_desummarize_range

This message was being emitted on the grounds that only crashed
summarization could cause it, but in reality even an aborted vacuum
could do it ... which makes it way too noisy, particularly since it
shows up in regression tests and makes them die.

Reported by Tom Lane.
Discussion: https://postgr.es/m/489091.1593534251@sss.pgh.pa.us

Branch
------
REL_13_STABLE

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

Modified Files
--------------
src/backend/access/brin/brin_revmap.c | 24 ++++++++----------------
1 file changed, 8 insertions(+), 16 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Remove reset of testtablespace from pg_regress on Windows
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Remove reset of testtablespace from pg_regress on Windows