Remove WARNING message from brin_desummarize_range
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 10 Jul 2020 00:13:25 +0000 (20:13 -0400)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 10 Jul 2020 00:13:25 +0000 (20:13 -0400)
commit986529ce40c6edcd7f83689c00fcfaab8d9436d8
tree159350388157c0656f396ebf93c797f906d9f10c
parent183926da3162b1807904710e46882c004beff5fb
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
src/backend/access/brin/brin_revmap.c