pgsql: Skip prepared_xacts test if max_prepared_transactions < 2 - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Skip prepared_xacts test if max_prepared_transactions < 2
Date
Msg-id E1vxiWx-002K6C-2Z@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Skip prepared_xacts test if max_prepared_transactions < 2

This reduces maintenance overhead, as we no longer need to update the
dummy expected output file every time the .sql file changes.

Discussion: https://www.postgresql.org/message-id/1009073.1772551323@sss.pgh.pa.us
Backpatch-through: 14

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/ffe53037dff757a9e866966ab2741ec762df51c4

Modified Files
--------------
src/test/regress/expected/prepared_xacts.out   |   7 +-
src/test/regress/expected/prepared_xacts_1.out | 269 +------------------------
src/test/regress/sql/prepared_xacts.sql        |   7 +-
3 files changed, 14 insertions(+), 269 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix rare instability in recovery TAP test 009_twophase
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Add test for row-locking and multixids with prepared transaction