Re: Logical decoding on standby

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Дмитрий Сарафанников <dimon99901(at)mail(dot)ru>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Logical decoding on standby
Date: 2016-01-19 15:37:02
Message-ID: 20160119153702.GA164778@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Adrian Klaver 2016-01-19 16:20:40 Re: [GENERAL] about test_parser installation failure problem(PostgreSQL in 9.5.0)?
Previous Message Дмитрий Сарафанников 2016-01-19 15:30:33 Logical decoding on standby