Обсуждение: pgsql: Add SLRU tests for 64-bit page case

Поиск
Список
Период
Сортировка

pgsql: Add SLRU tests for 64-bit page case

От
Alexander Korotkov
Дата:
Add SLRU tests for 64-bit page case

4ed8f0913b added 64-bit page numbering for SLRU.  This commit adds tests for
page numbers higher than 2^32.

Author: Maxim Orlov
Reviewed-by: Aleksander Alekseev, Alexander Korotkov
Discussion: https://postgr.es/m/CACG%3DezZe1NQSCnfHOr78AtAZxJZeCvxrts0ygrxYwe%3DpyyjVWA%40mail.gmail.com
Discussion: https://postgr.es/m/CAJ7c6TPDOYBYrnCAeyndkBktO0WG2xSdYduTF0nxq%2BvfkmTF5Q%40mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/test/modules/test_slru/expected/test_slru.out | 135 ++++++++++++++++++++++
src/test/modules/test_slru/sql/test_slru.sql      |  38 ++++++
2 files changed, 173 insertions(+)