Re: BUG #17485: Records missing from Primary Key index when doing REINDEX INDEX CONCURRENTLY
Alvaro Herrera <alvherre@alvh.no-ip.org>
From: Alvaro Herrera <alvherre@alvh.no-ip.org>
To: Andres Freund <andres@anarazel.de>
Cc: Michael Paquier <michael@paquier.xyz>, Andrey Borodin <x4mmm@yandex-team.ru>, Robert Haas <robertmhaas@gmail.com>, Peter Geoghegan <pg@bowt.ie>, Петър Славов <pet.slavov@gmail.com>, PostgreSQL mailing lists <pgsql-bugs@lists.postgresql.org>
Date: 2022-05-30T20:43:41Z
Lists: pgsql-bugs
Attachments
- 0001-Revert-concurrent-indexing-changes.patch (text/x-diff)
On 2022-May-30, Alvaro Herrera wrote: > I'm not sure I understand what you're saying here. I understood that > both RIC and CIC are affected, so the reversal is of the following > commits: > > c98763bf51bf Avoid spurious waits in concurrent indexing > f9900df5f949 Avoid spurious wait in concurrent reindex > d9d076222f5b VACUUM: ignore indexing operations with CONCURRENTLY This is the full reversal in branch master. I'm unable to reproduce a problem with the v3 patch Andrey last provided, however. -- Álvaro Herrera PostgreSQL Developer — https://www.EnterpriseDB.com/ "Tiene valor aquel que admite que es un cobarde" (Fernandel)
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