pgsql: Fix test instability

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Fix test instability
Дата
Msg-id E1oHNd5-001lsr-Iw@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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 <horikyota.ntt@gmail.com>
Reported-by: Matthias van de Meent <boekewurm+postgres@gmail.com>
Discussion: https://postgr.es/m/CAEze2Wj5nau_qpjbwihvmXLfkAWOZ5TKdbnqOc6nKSiRJEoPyQ@mail.gmail.com

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/4d8d85740c0228b04a10818587b70f4ae3a2beba

Modified Files
--------------
src/test/recovery/t/033_replay_tsp_drops.pl | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)


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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: pgsql: Move related functions next to each other in pg_publication.c.
Следующее
От: Dilip Kumar
Дата:
Сообщение: Re: pgsql: Use TRUNCATE to preserve relfilenode for pg_largeobject + index.