Re: nbtree VACUUM's REDO routine doesn't clear page's VACUUM cycle ID
Peter Geoghegan <pg@bowt.ie>
From: Peter Geoghegan <pg@bowt.ie>
To: Michael Paquier <michael@paquier.xyz>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-12-23T20:47:35Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Reset btpo_cycleid in nbtree VACUUM's REDO routine.
- da9517fb3a09 18.0 landed
On Wed, Nov 20, 2024 at 1:32 AM Michael Paquier <michael@paquier.xyz> wrote: > Perhaps this patch should also explain why this is better this way? See the commit message, and my remarks to Andrey just now. > This path does not manipulate btpo_level, for one. Why would it do so? Changing the btree level would corrupt the index? -- Peter Geoghegan