pgsql: Fix test instability

2022-07-29 Thread Alvaro Herrera
Fix test instability On FreeBSD, the new test fails due to a WAL file being removed before the standby has had the chance to copy it. Fix by adding a replication slot to prevent the removal until after the standby has connected. Author: Kyotaro Horiguchi Reported-by: Matthias van de Meent Disc

pgsql: Fix test instability

2022-07-29 Thread Alvaro Herrera
Fix test instability On FreeBSD, the new test fails due to a WAL file being removed before the standby has had the chance to copy it. Fix by adding a replication slot to prevent the removal until after the standby has connected. Author: Kyotaro Horiguchi Reported-by: Matthias van de Meent Disc

pgsql: Fix test instability

2022-07-29 Thread Alvaro Herrera
Fix test instability On FreeBSD, the new test fails due to a WAL file being removed before the standby has had the chance to copy it. Fix by adding a replication slot to prevent the removal until after the standby has connected. Author: Kyotaro Horiguchi Reported-by: Matthias van de Meent Disc

pgsql: Fix test instability

2022-07-29 Thread Alvaro Herrera
Fix test instability On FreeBSD, the new test fails due to a WAL file being removed before the standby has had the chance to copy it. Fix by adding a replication slot to prevent the removal until after the standby has connected. Author: Kyotaro Horiguchi Reported-by: Matthias van de Meent Disc

pgsql: Fix test instability

2022-07-29 Thread Alvaro Herrera
Fix test instability On FreeBSD, the new test fails due to a WAL file being removed before the standby has had the chance to copy it. Fix by adding a replication slot to prevent the removal until after the standby has connected. Author: Kyotaro Horiguchi Reported-by: Matthias van de Meent Disc

pgsql: Fix test instability

2022-07-29 Thread Alvaro Herrera
Fix test instability On FreeBSD, the new test fails due to a WAL file being removed before the standby has had the chance to copy it. Fix by adding a replication slot to prevent the removal until after the standby has connected. Author: Kyotaro Horiguchi Reported-by: Matthias van de Meent Disc

pgsql: Fix test instability

2022-07-29 Thread Alvaro Herrera
Fix test instability On FreeBSD, the new test fails due to a WAL file being removed before the standby has had the chance to copy it. Fix by adding a replication slot to prevent the removal until after the standby has connected. Author: Kyotaro Horiguchi Reported-by: Matthias van de Meent Disc

pgsql: Fix test instability introduced in e349c95d3e9 due to async dedu

2022-04-07 Thread Andres Freund
Fix test instability introduced in e349c95d3e9 due to async deduplication. The statement emitting notifies tried to make sure page boundaries were crossed, but failed to do so reliably due to deduplication. Reported-By: [email protected] Discussion: https://postgr.es/m/20220407185408.n7dvsgq