Re: BUG #17485: Records missing from Primary Key index when doing REINDEX INDEX CONCURRENTLY
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Andrey Borodin <x4mmm@yandex-team.ru>
Cc: pet.slavov@gmail.com, PostgreSQL mailing lists <pgsql-bugs@lists.postgresql.org>
Date: 2022-05-19T04:32:46Z
Lists: pgsql-bugs
On Thu, May 19, 2022 at 09:22:44AM +0500, Andrey Borodin wrote: > Uhm, that's very...interesting. I'll look closely next week. Though I didn't have a chance to reproduce yet. > We have fixed similar problem in 14.1. And now we have very similar > TAP test to you reproduction [0]. How do you think, what's the key > difference between TAP test and your repro? Interesting, indeed. Another question I have: is this limited to v14 or are you able to see it in older versions? REINDEX CONCURRENTLY has been introduced in v12. -- Michael
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