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-07-26 22:24:22
Message-ID: E1sXTMM-001MoG-3l@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 3937cadfd438, taking care of more areas I have
managed to miss previously.

Reported-by: Noah Misch
Reviewed-by: Noah Misch
Discussion: https://postgr.es/m/20240724130059.1f.nmisch@google.com
Backpatch-through: 17

Branch
------
REL_17_STABLE

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

Modified Files
--------------
src/backend/access/transam/multixact.c | 27 ++++++++++++++-------------
1 file changed, 14 insertions(+), 13 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2024-07-27 11:17:46 pgsql: Support absolute bindir/libdir in regression tests with meson
Previous Message Nathan Bossart 2024-07-26 20:29:13 pgsql: Introduce num_os_semaphores GUC.