1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-21 05:21:08 +03:00
Files
postgres/src/backend
Michael Paquier 165ea79a60 Use more consistently int64 for page numbers in SLRU-related code
clog.c, async.c and predicate.c included some SLRU page numbers still
handled as 4-byte integers, while int64 should be used for this purpose.

These holes have been introduced in 4ed8f0913b, that has introduced
the use of 8-byte integers for SLRU page numbers, still forgot about the
code paths updated by this commit.

Reported-by: Noah Misch
Author: Aleksander Alekseev, Michael Paquier
Discussion: https://postgr.es/m/20240626002747.dc.nmisch@google.com
Backpatch-through: 17
2024-07-23 17:59:20 +09:00
..
2024-07-17 17:13:48 +09:00
2024-06-24 13:11:27 +02:00
2024-04-18 21:28:07 +02:00
2024-07-17 10:51:00 -05:00
2024-07-19 11:52:32 -05:00
2024-06-21 08:17:23 +02:00
2024-05-14 12:57:22 +02:00