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

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix more holes with SLRU code in need of int64 for segment numbe
Date: 2024-08-19 03:35:55
Message-ID: E1sftBT-000NMa-Ob@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix more holes with SLRU code in need of int64 for segment numbers

This is a continuation of c9e24573905b, containing changes included into
the proposed patch that have been missed in the actual commit. I have
managed to miss these diffs while doing a rebase of the original patch.

Thanks to Noah Misch, Peter Eisentraut and Alexander Korotkov for the
pokes.

Discussion: https://postgr.es/m/92fe572d-638e-4162-aef6-1c42a2936f25@eisentraut.org
Discussion: https://postgr.es/m/20240810175055.cd.nmisch@google.com
Backpatch-through: 17

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/b7935bc10b78f3a44567d304df87fad3d53102dd

Modified Files
--------------
src/backend/access/transam/multixact.c | 12 ++++++------
src/backend/access/transam/slru.c | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2024-08-19 03:37:32 Re: pgsql: Fix more holes with SLRU code in need of int64 for segment numbe
Previous Message Alvaro Herrera 2024-08-19 01:05:36 pgsql: Search for SLRU page only in its own bank