pgsql: In the pg_rewind test suite, receive WAL fully before promoting.

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: In the pg_rewind test suite, receive WAL fully before promoting.
Дата
Msg-id E1ZZ5S2-0006S8-Ki@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/582fbffb0ccc79de76a459df670b86d109d37ca5

Modified Files
--------------
src/bin/pg_rewind/RewindTest.pm |   14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: In the pg_rewind test suite, receive WAL fully before promoting.
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: contrib/sslinfo: add ssl_extension_info SRF