/
balmaster
/
postgres
Обзор
Документация
Войти
/
balmaster
/
postgres
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/test/modules/test_dsa/sql/test_dsa.sql
11 строк
376 B
Michael Paquier
Fix size underestimation of DSA pagemap for odd-sized segments
09 мар 2026, 07:46
09 мар 2026, 07:46
4da2afd
Код
Авторство
О чём код?
CREATE EXTENSION test_dsa; SELECT test_dsa_basic(); SELECT test_dsa_resowners(); -- Test allocations across a pre-defined range of pages. This covers enough -- range to check for the case of odd-sized segments, without making the test -- too slow. SELECT test_dsa_allocate(1001, 2000, 100); -- Larger size with odd-sized segment. SELECT test_dsa_allocate(6501, 6600, 100);