pgsql: Remove WARNING message from brin_desummarize_range

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove WARNING message from brin_desummarize_range
Date: 2020-07-10 00:14:13
Message-ID: E1jtgg9-0000WS-Cs@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/986529ce40c6edcd7f83689c00fcfaab8d9436d8

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

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-07-10 01:02:02 Re: pgsql: Remove reset of testtablespace from pg_regress on Windows
Previous Message Andrew Dunstan 2020-07-09 23:28:02 Re: pgsql: Remove reset of testtablespace from pg_regress on Windows