Re: [PoC] Improve dead tuple storage for lazy vacuum - Mailing list pgsql-hackers

From Masahiko Sawada
Subject Re: [PoC] Improve dead tuple storage for lazy vacuum
Date
Msg-id CAD21AoCOXZ0Ap-2v9+eP=TgEAJN=jWzPE9crs4-+xhmEC4qo2Q@mail.gmail.com
Whole thread Raw
In response to Re: [PoC] Improve dead tuple storage for lazy vacuum  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
On Mon, Oct 3, 2022 at 2:04 AM Andres Freund <andres@anarazel.de> wrote:
>
> Hi,
>
> On 2022-09-16 15:00:31 +0900, Masahiko Sawada wrote:
> > I've updated the radix tree patch. It's now separated into two patches.
>
> cfbot notices a compiler warning:
> https://cirrus-ci.com/task/6247907681632256?logs=gcc_warning#L446
>
> [11:03:05.343] radixtree.c: In function ‘rt_iterate_next’:
> [11:03:05.343] radixtree.c:1758:15: error: ‘slot’ may be used uninitialized in this function
[-Werror=maybe-uninitialized]
> [11:03:05.343]  1758 |    *value_p = *((uint64 *) slot);
> [11:03:05.343]       |               ^~~~~~~~~~~~~~~~~~
>

Thanks, I'll fix it in the next version patch.

Regards,

--
Masahiko Sawada
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Improve TAP tests of pg_upgrade for cross-version tests
Next
From: Masahiko Sawada
Date:
Subject: Re: [PATCH] Log details for client certificate failures