Re: Test slots invalidations in 035_standby_logical_decoding.pl only if dead rows are removed
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>, Alexander Lakhin <exclusion@gmail.com>, "Yu Shi (Fujitsu)" <shiy.fnst@fujitsu.com>, Robert Haas <robertmhaas@gmail.com>, Andres Freund <andres@anarazel.de>, Thomas Munro <thomas.munro@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-01-15T04:11:26Z
Lists: pgsql-hackers
On Sun, Jan 14, 2024 at 11:08:39PM -0500, Tom Lane wrote: > Michael Paquier <michael@paquier.xyz> writes: >> While thinking about that, a second idea came into my mind: a >> superuser-settable developer GUC to disable such WAL records to be >> generated within certain areas of the test. This requires a small >> implementation, but nothing really huge, while being portable >> everywhere. And it is not the first time I've been annoyed with these >> records when wanting a predictible set of WAL records for some test >> case. > > Hmm ... I see what you are after, but to what extent would this mean > that what we are testing is not our real-world behavior? Don't think so. We don't care much about these records when it comes to checking slot invalidation scenarios with a predictible XID horizon, AFAIK. -- Michael
Commits
-
Improve stability of recovery test 035_standby_logical_decoding
- cae25d110e08 16.2 landed
- 46d8587b5041 17.0 landed