Change recently added test code for stability The test code added with ff9f111bce24 fails under valgrind, and probably other slow cases too, because if (say) autovacuum runs in between and produces WAL of its own, the large INSERT fails to account for that in the LSN calculations. Rewrite to use a DO loop.
Per complaint from Andres Freund Backpatch to all branches. Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/010e5233733aedf86634e1719d9536c42e18a27d Modified Files -------------- src/test/recovery/t/026_overwrite_contrecord.pl | 39 ++++++++++++++----------- 1 file changed, 22 insertions(+), 17 deletions(-)
