pgsql: Change recently added test code for stability

2021-10-13 Thread Alvaro Herrera
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

pgsql: Change recently added test code for stability

2021-10-13 Thread Alvaro Herrera
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

pgsql: Change recently added test code for stability

2021-10-13 Thread Alvaro Herrera
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

pgsql: Change recently added test code for stability

2021-10-13 Thread Alvaro Herrera
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

pgsql: Change recently added test code for stability

2021-10-13 Thread Alvaro Herrera
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

pgsql: Change recently added test code for stability

2021-10-13 Thread Alvaro Herrera
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

pgsql: Change recently added test code for stability

2021-10-13 Thread Alvaro Herrera
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