Re: pgsql: Convert heap_vac_scan_next_block() boolean parameters to flags - Mailing list pgsql-committers

From Melanie Plageman
Subject Re: pgsql: Convert heap_vac_scan_next_block() boolean parameters to flags
Date
Msg-id CAAKRu_bo_NHF3L8dEGDr4ZPvbZVrL2EMuKxnbpVjr-XLT1kx6A@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: Convert heap_vac_scan_next_block() boolean parameters to flags  (Daniel Gustafsson <daniel@yesql.se>)
Responses Re: pgsql: Convert heap_vac_scan_next_block() boolean parameters to flags
List pgsql-committers
On Fri, Feb 14, 2025 at 3:45 PM Daniel Gustafsson <daniel@yesql.se> wrote:
>
> > On 14 Feb 2025, at 18:59, Melanie Plageman <melanieplageman@gmail.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



pgsql-committers by date:

Previous
From: Nathan Bossart
Date:
Subject: pgsql: Add delay time to VACUUM/ANALYZE (VERBOSE) and autovacuum logs.
Next
From: Daniel Gustafsson
Date:
Subject: Re: pgsql: Convert heap_vac_scan_next_block() boolean parameters to flags