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

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Fix more holes with SLRU code in need of int64 for segment numbe
Дата
Msg-id E1sXTMM-001MoF-2q@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Nathan Bossart
Дата:
Сообщение: pgsql: Introduce num_os_semaphores GUC.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fallback to clang in PATH with meson