Re: New strategies for freezing, advancing relfrozenxid early

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: Jeff Davis <pgsql(at)j-davis(dot)com>
Cc: Matthias van de Meent <boekewurm+postgres(at)gmail(dot)com>, John Naylor <john(dot)naylor(at)enterprisedb(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Justin Pryzby <pryzby(at)telsasoft(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: New strategies for freezing, advancing relfrozenxid early
Date: 2023-01-09 01:45:41
Message-ID: CAH2-Wzncsq5mOqSQYhVeuSum+=8FonSYfMFZeNVvP=7Ysq2Dqw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jan 3, 2023 at 12:30 PM Peter Geoghegan <pg(at)bowt(dot)ie> wrote:
> Attached is v14.

This has stopped applying due to conflicts with nearby work on VACUUM
from Tom. So I attached a new revision, v15, just to make CFTester
green again.

I didn't have time to incorporate any of the feedback from Matthias
just yet. That will have to wait until v16.

--
Peter Geoghegan

Attachment Content-Type Size
v15-0001-Add-eager-and-lazy-freezing-strategies-to-VACUUM.patch application/x-patch 19.3 KB
v15-0003-Finish-removing-aggressive-mode-VACUUM.patch application/x-patch 81.4 KB
v15-0002-Add-eager-and-lazy-VM-strategies-to-VACUUM.patch application/x-patch 78.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2023-01-09 01:49:20 Re: Decoupling antiwraparound autovacuum from special rules around auto cancellation
Previous Message Peter Geoghegan 2023-01-09 00:27:59 Re: Fixing a couple of buglets in how VACUUM sets visibility map bits