Re: Periodic FSM vacuum doesn't happen in one-pass strategy vacuum. - Mailing list pgsql-hackers

From Melanie Plageman
Subject Re: Periodic FSM vacuum doesn't happen in one-pass strategy vacuum.
Date
Msg-id CAAKRu_ZjMi9XN8BtM40_sau1p0fRJnxOQ8QEBFB_GmbWZnTciw@mail.gmail.com
Whole thread Raw
In response to Periodic FSM vacuum doesn't happen in one-pass strategy vacuum.  (Masahiko Sawada <sawada.mshk@gmail.com>)
List pgsql-hackers
On Tue, Jul 1, 2025 at 12:01 AM Masahiko Sawada <sawada.mshk@gmail.com> wrote:
>
> I've attached the updated patches for master and backbranches (v17 and
> v18). Please review these patches.

All look good to me. One nitpick that is up to you if you want to
change: the comment

 * Return the number of tuples deleted from the page during HOT pruning.

is at the top of the function block comment for lazy_scan_prune() in
your patch. Most of the function block comments in vacuumlazy.c list
the return value last after describing the other parameters and use
"Returns" as opposed to the imperative conjugation "Return".

Thanks so much for finding and fixing my bug!

- Melanie



pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: Making Row Comparison NULL row member handling more robust during skip scans
Next
From: Nathan Bossart
Date:
Subject: Re: pg_get_multixact_members not documented