Re: Logical decoding on standby

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Logical decoding on standby
Дата
Msg-id 20160119153702.GA164778@alvherre.pgsql
обсуждение исходный текст
Ответ на Logical decoding on standby  (Дмитрий Сарафанников<dimon99901@mail.ru>)
Список pgsql-hackers
Hi Dimitriy,

Дмитрий Сарафанников wrote:

> /* ----
> * TODO: We got to change that someday soon...
[ more code ]
> if (RecoveryInProgress())
> ereport(ERROR,
> (errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
> errmsg("logical decoding cannot be used while in recovery")));
> When you plan to add logical decoding on standby?

Things change as people submit patches to make them change.  If you want
this changed, you could either write a patch yourself, or persuade
someone else to do it for you.

I don't think anyone is working in this particular TODO just yet -- as I
know, all the logical-decoding-enabled developers are pretty busy doing
other things.  The good news is that the things that need doing are
spelled right there in the comment :-)

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Дмитрий Сарафанников
Дата:
Сообщение: Logical decoding on standby
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: about test_parser installation failure problem(PostgreSQL in 9.5.0)?