refactor subscription tests to use PostgresNode's wait_for_catchup

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема refactor subscription tests to use PostgresNode's wait_for_catchup
Дата
Msg-id 2d7e137d-b73d-c257-2bda-53181e26b872@2ndquadrant.com
обсуждение исходный текст
Ответы Re: refactor subscription tests to use PostgresNode'swait_for_catchup
Список pgsql-hackers
It appears that we have unwittingly created some duplicate and
copy-and-paste-prone code in src/test/subscription/ to wait for a
replication subscriber to catch up, when we already have
almost-sufficient code in PostgresNode to do that more compactly.  So I
propose this patch to consolidate that.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Вложения

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: PATCH: logical_work_mem and logical streaming of largein-progress transactions
Следующее
От: Etsuro Fujita
Дата:
Сообщение: Re: Comment typo in postgres_fdw.c