Re: Eagerly scan all-visible pages to amortize aggressive vacuum

From: Melanie Plageman <melanieplageman(at)gmail(dot)com>
To: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Robert Treat <rob(at)xzilla(dot)net>, Marcos Pegoraro <marcos(at)f10(dot)com(dot)br>, Alena Rybakina <a(dot)rybakina(at)postgrespro(dot)ru>, Andres Freund <andres(at)anarazel(dot)de>, Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>, Peter Geoghegan <pg(at)bowt(dot)ie>
Subject: Re: Eagerly scan all-visible pages to amortize aggressive vacuum
Date: 2025-01-29 19:12:52
Message-ID: CAAKRu_bdaNcO=q8k7w0huATCuR5awAotxofoP17nWy42m=+8HQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Jan 29, 2025 at 12:59 PM Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com> wrote:
>
> I missed to mention; it's about the tab completion for
> vacuum_max_easter_freeze_failure storage parameter. We still need to
> update the tab-complete.in.c file (I mentioned the wrong file
> previously) for that.

Ah, thanks! I didn't realize that reloptions had tab-complete (and
that it was not automatically generated). I've fixed it now. Thanks so
much.

I also went through and took another pass at cleaning up comments.

- Melanie

Attachment Content-Type Size
v14-0001-Eagerly-scan-all-visible-pages-to-amortize-aggre.patch application/octet-stream 41.8 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message James Coleman 2025-01-29 19:54:06 Idea: lock_timeout scoped by lock types
Previous Message Heikki Linnakangas 2025-01-29 18:56:35 Re: Should heapam_estimate_rel_size consider fillfactor?