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.ri...@enterprisedb.com> Reviewed-by: Dilip Kumar <dilipbal...@gmail.com> Discussion: https://postgr.es/m/canbhv-h8ov5+ncmbyqfkho+uzjjrfgy_orimwr3rhs4+x44...@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(+)