Обсуждение: pgsql: Add subxid-overflow "isolation" test

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

pgsql: Add subxid-overflow "isolation" test

От
Alvaro Herrera
Дата:
Add subxid-overflow "isolation" test

This test covers a few lines of subxid-overflow-handling code in various
part of the backend, which are otherwise uncovered.

Author: Simon Riggs <simon.riggs@enterprisedb.com>
Reviewed-by: Dilip Kumar <dilipbalaut@gmail.com>
Discussion: https://postgr.es/m/CANbhV-H8ov5+nCMBYQFKhO+UZJjrFgY_ORiMWr3RhS4+x44PzA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0e733278e346f19df93843bce9a81c8183df6e1d

Modified Files
--------------
src/include/storage/proc.h                      |  2 +
src/test/isolation/expected/subxid-overflow.out | 82 +++++++++++++++++++++++++
src/test/isolation/isolation_schedule           |  1 +
src/test/isolation/specs/subxid-overflow.spec   | 79 ++++++++++++++++++++++++
4 files changed, 164 insertions(+)