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

Michael Paquier <michael@paquier.xyz>

Commit: e367a413b09fece55ce4e08872ce79f328941ddd
Author: Michael Paquier <michael@paquier.xyz>
Date: 2024-07-26T22:16:59Z
Releases: 17.0
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

Files

PathChange+/−
src/backend/access/transam/multixact.c modified +14 −13

Discussion