Add test to prevent premature removal of conflict-relevant data.
authorAmit Kapila <akapila@postgresql.org>
Mon, 8 Sep 2025 11:38:02 +0000 (11:38 +0000)
committerAmit Kapila <akapila@postgresql.org>
Mon, 8 Sep 2025 12:06:03 +0000 (12:06 +0000)
commit6456c6e2c4ad1cf9752e09cce37bfcfe2190c5e0
treeeed27dcaa79ae7eeb8c5e29b5da53502630f65a8
parent8191e0c16a0373f851a9f5a8112e3aec105b5276
Add test to prevent premature removal of conflict-relevant data.

A test has been added to ensure that conflict-relevant data is not
prematurely removed when a concurrent prepared transaction is being
committed on the publisher.

This test introduces an injection point that simulates the presence of a
prepared transaction in the commit phase, validating that the system
correctly delays conflict slot advancement until the transaction is fully
committed.

Additionally, the test serves as a safeguard for developers, ensuring that
the acquisition of the commit timestamp does not occur before marking
DELAY_CHKPT_IN_COMMIT in RecordTransactionCommitPrepared.

Reported-by: Robert Haas <robertmhaas@gmail.com>
Author: Zhijie Hou <houzj.fnst@fujitsu.com>
Reviewed-by: shveta malik <shveta.malik@gmail.com>
Reviewed-by: Amit Kapila <amit.kapila16@gmail.com>
Discussion: https://postgr.es/m/OS9PR01MB16913F67856B0DA2A909788129400A@OS9PR01MB16913.jpnprd01.prod.outlook.com
src/backend/access/transam/twophase.c
src/test/subscription/Makefile
src/test/subscription/meson.build
src/test/subscription/t/035_conflicts.pl