Re: BUG #17485: Records missing from Primary Key index when doing REINDEX INDEX CONCURRENTLY
Peter Geoghegan <pg@bowt.ie>
From: Peter Geoghegan <pg@bowt.ie>
To: Andres Freund <andres@anarazel.de>
Cc: Alvaro Herrera <alvherre@alvh.no-ip.org>, Michael Paquier <michael@paquier.xyz>, Andrey Borodin <x4mmm@yandex-team.ru>, Петър Славов <pet.slavov@gmail.com>, PostgreSQL mailing lists <pgsql-bugs@lists.postgresql.org>
Date: 2022-05-24T17:38:14Z
Lists: pgsql-bugs
On Tue, May 24, 2022 at 9:37 AM Andres Freund <andres@anarazel.de> wrote: > Do we have any idea what really causes the corruption? I don't think so. Andrey's tap test fails for me on 14 as expected, and does so reliably -- so there is a fairly good reproducer for this. I don't have time to debug this right now (need to work on my pgCon talk), but it would probably be straightforward to get an RR recording of the failure. > One thing that'd be worth excluding is the use of parallel index builds. I can rule out a problem with parallel index builds -- disabling them in the tap test doesn't alter the outcome. -- Peter Geoghegan
Commits
-
Revert changes to CONCURRENTLY that "sped up" Xmin advance
- e28bb8851969 15.0 landed
- 042b584c7f7d 14.4 landed
-
Fix possible HOT corruption when RECENTLY_DEAD changes to DEAD while pruning.
- 18b87b201f73 15.0 cited