Re: Selectively invalidate caches in pgoutput module

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема Re: Selectively invalidate caches in pgoutput module
Дата
Msg-id CAA4eK1L4Uofc=6KXNW24Dwjd6UMP2W9WNJnwYrkqPXkAAxq-jw@mail.gmail.com
обсуждение исходный текст
Ответ на RE: Selectively invalidate caches in pgoutput module  ("Hayato Kuroda (Fujitsu)" <kuroda.hayato@fujitsu.com>)
Список pgsql-hackers
On Fri, Mar 28, 2025 at 10:46 AM Hayato Kuroda (Fujitsu)
<kuroda.hayato@fujitsu.com> wrote:
>
> > The problem here is that after ALTER SUBSCRIPTION tap_sub SET
> > PUBLICATION ..., we didn't wait for the new walsender on publisher to
> > start. We must use wait_for_subscription_sync both after the "CREATE
> > SUBSCRIPTION ..." and the "ALTER SUBSCRIPTION ..." commands and keep
> > copy_data=true to ensure the initial replication is setup between
> > publisher and subscriber. This is how we use these commands at other
> > places.
>
> Agreed. PSA the patch to fix the issue.
>

Pushed after slight modification.

--
With Regards,
Amit Kapila.



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