Re: pgsql: Allow multiple xacts during table sync in logical replication.

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема Re: pgsql: Allow multiple xacts during table sync in logical replication.
Дата
Msg-id CAA4eK1J3cDHV9ioavb=mxvKq1hh9dAzuiVoucnEkj6JF4h3wsw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pgsql: Allow multiple xacts during table sync in logical replication.  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pgsql: Allow multiple xacts during table sync in logical replication.  (Amit Kapila <amit.kapila16@gmail.com>)
Список pgsql-committers
On Sat, Feb 13, 2021 at 9:49 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
> Amit Kapila <amit.kapila16@gmail.com> writes:
> > Attached should fix the reported warnings but as I am not getting
> > those warnings on my system so can't confirm but otherwise, the patch
> > works as expected. I am planning to push this unless you or Peter have
> > any comments.
>
> Personally I'd get rid of the option for ReplicationSlotNameForTablesync
> to allocate the result buffer.
>

Sounds reasonable and the updated patch attached.

-- 
With Regards,
Amit Kapila.

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Allow multiple xacts during table sync in logical replication.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: doc: Mention NO DEPENDS ON EXTENSION in its supported ALTER comm