pgsql: Fix one of the tests introduced in commit 52e4f0cd47.

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема pgsql: Fix one of the tests introduced in commit 52e4f0cd47.
Дата
Msg-id E1nN4wm-0005Bm-4V@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix one of the tests introduced in commit 52e4f0cd47.

In the Publisher-Subscriber setup, after performing a DML operation on the
publisher, we need to wait for it to be replayed on the subscriber before
querying the same data on the subscriber. One of the tests missed the wait
step.

As per buildfarm.

Author: Peter Smith
Discussion: https://postgr.es/m/CAHut+Pv=e9Qd1TSYo8Og6x6Abfz3b9_htwinLp4ENPgV45DACQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/cfb4e209ec15d4a0c44efa98b2788be806a43a92

Modified Files
--------------
src/test/subscription/t/028_row_filter.pl | 2 ++
1 file changed, 2 insertions(+)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Re-allow underscore as first character of custom GUC names.
Следующее
От: Etsuro Fujita
Дата:
Сообщение: pgsql: postgres_fdw: Add support for parallel commit.