You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Improve stability of TAP test for synchronous replication
Slow buildfarm machines have run into issues with this TAP test causedby a race condition related to the startup of a set of standbys, whereit is possible to finish with an unexpected order in the WAL senderarray of the primary.This closes the race condition by making sure that any standby startedis registered into the WAL sender array of the primary before startingthe next one based on lookups of pg_stat_replication.Backpatch down to 9.6 where the test has been introduced.Author: Michael PaquierReviewed-by: Álvaro Herrera, Noah MischDiscussion:https://postgr.es/m/20190617055145.GB18917@paquier.xyzBackpatch-through: 9.6