Add subxid-overflow "isolation" test
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 14 Sep 2022 13:17:23 +0000 (15:17 +0200)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 14 Sep 2022 14:10:01 +0000 (16:10 +0200)
commit0e733278e346f19df93843bce9a81c8183df6e1d
tree177e4c63927698acb900fb2e793f4ca9684b847b
parent3fd1f4b9cd1e374e76e23dd37dfd6ab03b6ef935
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
src/include/storage/proc.h
src/test/isolation/expected/subxid-overflow.out [new file with mode: 0644]
src/test/isolation/isolation_schedule
src/test/isolation/specs/subxid-overflow.spec [new file with mode: 0644]