Add test for row-locking and multixids with prepared transactions This is a repro for the issue fixed in commit ccae90abdb. Backpatch to v17 like that commit, although that's a little arbitrary as this test would work on older versions too.
Author: Sami Imseih <[email protected]> Discussion: https://www.postgresql.org/message-id/CAA5RZ0twq5bNMq0r0QNoopQnAEv+J3qJNCrLs7HVqTEntBhJ=g...@mail.gmail.com Backpatch-through: 17 Branch ------ REL_18_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/fa3b328e6dc576f725371779d86e9b220bcb9f62 Modified Files -------------- src/test/regress/expected/prepared_xacts.out | 30 ++++++++++++++++++++++++++++ src/test/regress/sql/prepared_xacts.sql | 25 +++++++++++++++++++++++ 2 files changed, 55 insertions(+)
