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

From Michael Paquier
Subject pgsql: Fix more holes with SLRU code in need of int64 for segment numbe
Date
Msg-id E1sXTMM-001MoF-2q@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Fix more holes with SLRU code in need of int64 for segment numbe
List 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
------
master

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

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


pgsql-committers by date:

Previous
From: Nathan Bossart
Date:
Subject: pgsql: Introduce num_os_semaphores GUC.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Fallback to clang in PATH with meson