Re: 011_crash_recovery.pl intermittently fails
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Cc: thomas.munro@gmail.com, pg@bowt.ie, pgsql-hackers@lists.postgresql.org,
craig.ringer@enterprisedb.com, robertmhaas@gmail.com
Date: 2021-03-05T16:16:55Z
Lists: pgsql-hackers
Kyotaro Horiguchi <horikyota.ntt@gmail.com> writes: > So I think we need to remove the shared_buffers setting for the > allows_streamig case in PostgresNode.pm That would have uncertain effects on other TAP tests, so I'm disinclined to do it that way. 011_crash_recovery.pl doesn't actually use a standby server, so just removing its use of the allows_streaming option seems sufficient. But, of course, first we need a fix for the bug we now know exists. Was anyone volunteering to make the patch? regards, tom lane
Commits
-
Remove recovery test 011_crash_recovery.pl
- 403d82dd54b5 11.19 landed
- e8fb2a721b36 12.14 landed
- ee11824ac4c2 13.10 landed
- 96d42bd27fef 14.7 landed
- c5b2975ec183 15.2 landed
- 8c1cd726c5d9 16.0 landed
-
Add a txid_status function.
- 857ee8e391ff 10.0 cited