Re: pgsql: Fix more holes with SLRU code in need of int64 for segment numbe

From: Alexander Korotkov <aekorotkov(at)gmail(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Peter Eisentraut <peter(at)eisentraut(dot)org>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Fix more holes with SLRU code in need of int64 for segment numbe
Date: 2024-08-14 02:13:21
Message-ID: CAPpHfdui0-GmLd6V-H8RhcaytyLZfR2p6QG+E_LTsD_i=bQ6NA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Tue, Aug 13, 2024 at 1:30 AM Michael Paquier <michael(at)paquier(dot)xyz> wrote:
> > On Aug 13, 2024, at 6:35, Alexander Korotkov <aekorotkov(at)gmail(dot)com> wrote:.
> >
> > As pointed by Noah Misch [1], unlike the commit the patch [2] also
> > changed segment-returning functions to return int64. Thus, in the
> > patch output formats make much more sense, because they match the
> > input data types. Michael, are you intended to push the remaining
> > part of the patch [2]?
>
> Guess so. I could look at that next week, not before.

OK. I made an attached patch from the missing parts.
Do you mind if I push that? If yes, feel free to use it.

------
Regards,
Alexander Korotkov
Supabase

Attachment Content-Type Size
v1-0001-Fix-even-more-holes-with-SLRU-code-in-need-of-int.patch application/octet-stream 2.6 KB

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Masahiko Sawada 2024-08-14 02:24:31 pgsql: Add resource statistics reporting to ANALYZE VERBOSE.
Previous Message Masahiko Sawada 2024-08-14 01:50:03 pgsql: Use pgBufferUsage for buffer usage tracking in analyze.