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

Started by Michael Paquieralmost 2 years ago1 messagescomitters
Jump to latest
#1Michael Paquier
michael@paquier.xyz

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: /messages/by-id/92fe572d-638e-4162-aef6-1c42a2936f25@eisentraut.org
Discussion: /messages/by-id/20240810175055.cd.nmisch@google.com
Backpatch-through: 17

Branch
------
master

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

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