| From: | Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Skip prepared_xacts test if max_prepared_transactions < 2 |
| Date: | 2026-03-04 09:28:35 |
| Message-ID: | E1vxiWx-002K67-2S@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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_16_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/65f5c451a3e1e95e457d62fc015af11b85704203
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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Heikki Linnakangas | 2026-03-04 09:42:46 | pgsql: Add test for row-locking and multixids with prepared transaction |
| Previous Message | Michael Paquier | 2026-03-04 07:32:11 | pgsql: Fix rare instability in recovery TAP test 009_twophase |