pgsql: Remove WARNING message from brin_desummarize_range - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Remove WARNING message from brin_desummarize_range
Date
Msg-id E1jtgg9-0000WW-Dp@gemulon.postgresql.org
Whole thread Raw
List 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_12_STABLE

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

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


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Remove reset of testtablespace from pg_regress on Windows
Next
From: Michael Paquier
Date:
Subject: Re: pgsql: Remove reset of testtablespace from pg_regress on Windows