Remove WARNING message from brin_desummarize_range

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 40316dfedc10155f90eb71314b57a86f6e11bd0e
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2020-07-10T00:13:24Z
Releases: 10.14
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

Files

PathChange+/−
src/backend/access/brin/brin_revmap.c modified +8 −15

Discussion