Re: Fix instability in subscription regression test

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема Re: Fix instability in subscription regression test
Дата
Msg-id CAA4eK1Jv94dVP6qfbOM9PvnyzUWUHVgo2HiL02T25tzm3vv7sQ@mail.gmail.com
обсуждение исходный текст
Ответ на RE: Fix instability in subscription regression test  ("houzj.fnst@fujitsu.com" <houzj.fnst@fujitsu.com>)
Список pgsql-hackers
On Fri, Jun 24, 2022 at 8:07 AM houzj.fnst@fujitsu.com
<houzj.fnst@fujitsu.com> wrote:
>
> >
> > +# wait for initial table synchronization to finish
> > +$node_subscriber->poll_query_until('postgres', $synced_query)
> >
> > We could probably slightly change the comment to say: "wait for table sync to
> > finish". Normally, we use initial table sync after CREATE SUBSCRIPTION. This is a
> > minor nitpick and I can take care of it before committing unless you think
> > otherwise.
>
> Thanks for reviewing, the suggestion looks good to me.
>

Pushed!

-- 
With Regards,
Amit Kapila.



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

Предыдущее
От: Jelte Fennema
Дата:
Сообщение: [PATCH] Optimize json_lex_string by batching character copying
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: tablesync copy ignores publication actions