]> granicus.if.org Git - postgresql/commit
In the pg_rewind test suite, receive WAL fully before promoting.
authorNoah Misch <noah@leadboat.com>
Mon, 7 Sep 2015 23:01:00 +0000 (19:01 -0400)
committerNoah Misch <noah@leadboat.com>
Mon, 7 Sep 2015 23:01:00 +0000 (19:01 -0400)
commit582fbffb0ccc79de76a459df670b86d109d37ca5
tree7fef278a3ebe480b32a9ab1b1bb012ab0aadbb3b
parentb1e1862a123b6904d51fd0a607e30f5832bf9a1f
In the pg_rewind test suite, receive WAL fully before promoting.

If a transaction never reaches the standby, later tests find unexpected
cluster state.  A "tail-copy: query result matches" test failure has
been the usual symptom.  Among the buildfarm members having run this
test suite, most have exhibited that symptom at least once.  Back-patch
to 9.5, where pg_rewind was introduced.

Michael Paquier, reported by Christoph Berg.
src/bin/pg_rewind/RewindTest.pm