Re: pg_receivewal starting position

Поиск
Список
Период
Сортировка
От Ronan Dunklau
Тема Re: pg_receivewal starting position
Дата
Msg-id 2276953.NG923GbCHz@aivenronan
обсуждение исходный текст
Ответ на Re: pg_receivewal starting position  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: pg_receivewal starting position  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
Hello,

Following recommendations, I stripped most of the features from the patch. For
now we support only physical replication slots, and only provide the two fields
of interest (restart_lsn, restart_tli) in addition to the slot type (fixed at
physical) to not paint ourselves in a corner.

I also removed the part about pg_basebackup since other fixes have been
proposed for that case.

Le vendredi 1 octobre 2021, 09:05:18 CEST Michael Paquier a écrit :
> On Mon, Sep 06, 2021 at 04:17:28PM +0900, Michael Paquier wrote:
> > Using READ_REPLICATION_SLOT as the command name is fine, and it could
> > be extended with more fields if necessary, implemented now with only
> > what we think is useful.  Returning errors on cases that are still not
> > supported yet is fine, say for logical slots if we decide to reject
> > the case for now, and testrictions can always be lifted in the
> > future.
>
> And marked as RwF as this was three weeks ago.  Please feel free to
> register a new entry if this is being worked on.
> --
> Michael


--
Ronan Dunklau
Вложения

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

Предыдущее
От: Zhihong Yu
Дата:
Сообщение: Re: UPDATE on Domain Array that is based on a composite key crashes
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Parallel vacuum workers prevent the oldest xmin from advancing