Re: [PATCH] Btree BackwardScan race condition on Standby during VACUUM - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Re: [PATCH] Btree BackwardScan race condition on Standby during VACUUM
Date
Msg-id CAH2-Wz=RRML3LKN+zcL0JJqua351MmawwpZhq-G=0U8dWCCKGA@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] Btree BackwardScan race condition on Standby during VACUUM  (Michail Nikolaev <michail.nikolaev@gmail.com>)
Responses Re: [PATCH] Btree BackwardScan race condition on Standby during VACUUM
List pgsql-hackers
Hi Michail,

On Sun, Apr 5, 2020 at 10:04 AM Michail Nikolaev
<michail.nikolaev@gmail.com> wrote:
> >  I added
> >  something about this to the nbtree README in commit 9f83468b353.
>
> I have added some updates to your notes in the updated patch version.

My apologies for the extended delay here.

My intention is to commit this patch to the master branch only. While
it seems low risk, I don't see any reason to accept even a small risk
given the lack of complaints from users. We know that this bug existed
many years before you discovered it.

Thanks
-- 
Peter Geoghegan



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Postgres is not able to handle more than 4k tables!?
Next
From: David Rowley
Date:
Subject: Re: Missing HashAgg EXPLAIN ANALYZE details for parallel plans