I wrote:
> Alvaro Herrera writes:
>> How long does it take for you to reproduce this panic in the unpatched
>> code?
>
> I could probably speed it up by creating lots of additional BRIN indexes
> in the regression database, and by compiling a sqlsmith that generates
> update statements only.
This actually worked. Sqlsmith triggered the BRIN panic twice in 80e6
queries (vs. onece in 4e9 before). I pushed the modified version on the
branch "modify-heavy". Re-fuzzing now with your patch applied.
andreas