pgsql: Add subxid-overflow "isolation" test

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Add subxid-overflow "isolation" test
Дата
Msg-id E1oYTDu-000Jkw-Az@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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(+)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Remove duplicate initialization
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: pgsql: Handle SIGTERM in pg_receivewal and pg_recvlogical