Re: Logical decoding output plug-in questions

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Logical decoding output plug-in questions
Дата
Msg-id 20150126234217.GC4655@awork2.anarazel.de
обсуждение исходный текст
Ответ на Re: Logical decoding output plug-in questions  (Christophe Pettus <xof@thebuild.com>)
Список pgsql-general
On 2015-01-26 15:35:39 -0800, Christophe Pettus wrote:
> On Jan 26, 2015, at 2:24 PM, Andres Freund <andres@2ndquadrant.com> wrote:
>
> > What's in the old tuple depends on the configured replica identity.
>
> My apologies, but... "configured replica identity"?

Search for "postgres" and "replica identity".

> >      The <literal>is_init</literal> parameter will be true when the
> >      replication slot is being created [...]
>
> Thanks!  I suppose my question then is: Besides slot creation, when is pg_decode_startup called?

Whenever changes from a slot are starting to be consumed. I.e. when you
call one of the SQL functions pg_logical_slot_*_changes or when the
walsender receives a START_LOGICAL_REPLICATION.

Greetings,

Andres Freund

--
 Andres Freund                       http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services


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

Предыдущее
От: Christophe Pettus
Дата:
Сообщение: Re: Logical decoding output plug-in questions
Следующее
От: Merlin Moncure
Дата:
Сообщение: Re: In need of some JSONB examples ?