Re: [HACKERS] Logical decoding on standby

2016-01-19 Thread Alvaro Herrera
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

[HACKERS] Logical decoding on standby

2016-01-19 Thread Дмитрий Сарафанников
Hi, If i try to create logical replication slot on standby i get error: ERROR:  logical decoding cannot be used while in recovery In code i found this comment: /* * TODO: We got to change that someday soon... * * There's basically three things missing to allow this: * 1) We need to be able

<    1   2