Re: pgsql: Convert heap_vac_scan_next_block() boolean parameters to flags

From: Melanie Plageman <melanieplageman(at)gmail(dot)com>
To: Daniel Gustafsson <daniel(at)yesql(dot)se>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Convert heap_vac_scan_next_block() boolean parameters to flags
Date: 2025-02-14 21:41:28
Message-ID: CAAKRu_bo_NHF3L8dEGDr4ZPvbZVrL2EMuKxnbpVjr-XLT1kx6A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Fri, Feb 14, 2025 at 3:45 PM Daniel Gustafsson <daniel(at)yesql(dot)se> wrote:
>
> > On 14 Feb 2025, at 18:59, Melanie Plageman <melanieplageman(at)gmail(dot)com> wrote:
> >
> > Convert heap_vac_scan_next_block() boolean parameters to flags
>
> This seems to have made skink upset with a Valgrind error:
>
> https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=skink&dt=2025-02-14%2020%3A30%3A29

Yep. Thanks. I replied to one of the other commits -- valgrind is mad
at two of them.
Thomas figured it out and should be committing a fix soon.

- Melanie

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2025-02-14 21:55:01 Re: pgsql: Convert heap_vac_scan_next_block() boolean parameters to flags
Previous Message Nathan Bossart 2025-02-14 20:54:22 pgsql: Add delay time to VACUUM/ANALYZE (VERBOSE) and autovacuum logs.