]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Remove WARNING message from brin_desummarize_range
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 10 Jul 2020 00:13:24 +0000 (20:13 -0400)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 10 Jul 2020 00:13:24 +0000 (20:13 -0400)
commit40316dfedc10155f90eb71314b57a86f6e11bd0e
tree4dcd275625a9171a0b3465f0b73d59c731b00f09
parent4c17c5a8529c79d71c6e4284743dd64b79748e12
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