pgsql: Add test for row-locking and multixids with prepared transaction - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Add test for row-locking and multixids with prepared transaction
Date
Msg-id E1vxikg-002KGY-1P@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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 <samimseih@gmail.com>
Discussion: https://www.postgresql.org/message-id/CAA5RZ0twq5bNMq0r0QNoopQnAEv+J3qJNCrLs7HVqTEntBhJ=g@mail.gmail.com
Backpatch-through: 17

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/969576dab47b2998a259b388c8212aee3e2cdeea

Modified Files
--------------
src/test/regress/expected/prepared_xacts.out | 30 ++++++++++++++++++++++++++++
src/test/regress/sql/prepared_xacts.sql      | 25 +++++++++++++++++++++++
2 files changed, 55 insertions(+)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Skip prepared_xacts test if max_prepared_transactions < 2
Next
From: Amit Kapila
Date:
Subject: pgsql: Allow table exclusions in publications via EXCEPT TABLE.