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

From Alexander Korotkov
Subject Re: pgsql: Fix more holes with SLRU code in need of int64 for segment numbe
Date
Msg-id CAPpHfdui0-GmLd6V-H8RhcaytyLZfR2p6QG+E_LTsD_i=bQ6NA@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: Fix more holes with SLRU code in need of int64 for segment numbe  (Michael Paquier <michael@paquier.xyz>)
List pgsql-committers
On Tue, Aug 13, 2024 at 1:30 AM Michael Paquier <michael@paquier.xyz> wrote:
> > On Aug 13, 2024, at 6:35, Alexander Korotkov <aekorotkov@gmail.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

pgsql-committers by date:

Previous
From: Masahiko Sawada
Date:
Subject: pgsql: Use pgBufferUsage for buffer usage tracking in analyze.
Next
From: Masahiko Sawada
Date:
Subject: pgsql: Add resource statistics reporting to ANALYZE VERBOSE.