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

From Daniel Gustafsson
Subject Re: pgsql: Convert heap_vac_scan_next_block() boolean parameters to flags
Date
Msg-id BA34C1F1-EEE4-4AFC-8DF6-A3375C86DA4C@yesql.se
Whole thread Raw
In response to Re: pgsql: Convert heap_vac_scan_next_block() boolean parameters to flags  (Melanie Plageman <melanieplageman@gmail.com>)
List pgsql-committers
> On 14 Feb 2025, at 22:41, Melanie Plageman <melanieplageman@gmail.com> wrote:
>
> 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.

Yeah, I noticed that after I had replied since I first went looking at the
wrong threads, sorry for the noise.

--
Daniel Gustafsson




pgsql-committers by date:

Previous
From: Melanie Plageman
Date:
Subject: Re: pgsql: Convert heap_vac_scan_next_block() boolean parameters to flags
Next
From: Andres Freund
Date:
Subject: pgsql: Fix PQescapeLiteral()/PQescapeIdentifier() length handling