pgsql: Fix 'mmap' DSM implementation with allocations larger than 4 GB

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Fix 'mmap' DSM implementation with allocations larger than 4 GB
Дата
Msg-id E1rZydB-0063J2-Gz@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix 'mmap' DSM implementation with allocations larger than 4 GB

Fixes bug #18341. Backpatch to all supported versions.

Discussion: https://www.postgresql.org/message-id/18341-ce16599e7fd6228c@postgresql.org

Branch
------
REL_16_STABLE

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

Modified Files
--------------
src/backend/storage/ipc/dsm_impl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Use a safer outfuncs/readfuncs representation for BitStrings.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Catch overflow when rounding intervals in AdjustIntervalForTypmo