Re:BUG #17568: unexpected zero page at block 0 during REINDEX CONCURRENTLY - Mailing list pgsql-bugs

From Sergei Kornilov
Subject Re:BUG #17568: unexpected zero page at block 0 during REINDEX CONCURRENTLY
Date
Msg-id 2462201660572158@iva1-b072565fc81a.qloud-c.yandex.net
Whole thread Raw
In response to BUG #17568: unexpected zero page at block 0 during REINDEX CONCURRENTLY  (PG Bug reporting form <noreply@postgresql.org>)
List pgsql-bugs
Hello
Luckily, I found a call of bt_metap function in one query that was definitely called while reindex was running and
beforethese errors started to appear.
 
Accidentally pilot error.

It would be nice to protect shared buffers from such premature page loading, but it's probably not going to work
withoutperformance penalty.
 

regards, Sergei



pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #17586: Look like there are an another bug in REINDEX INDEX CONCURRENTLY of pg_toast indexes
Next
From: Daniele Varrazzo
Date:
Subject: Re: [PATCH] Fix segfault calling PQflush on invalid connection