Re: Possible bug in logical replication.

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Possible bug in logical replication.
Дата
Msg-id 20180611003756.GB7066@paquier.xyz
обсуждение исходный текст
Ответ на Re: Possible bug in logical replication.  (Simon Riggs <simon@2ndquadrant.com>)
Ответы Re: Possible bug in logical replication.  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-hackers
On Thu, Jun 07, 2018 at 08:32:10AM +0100, Simon Riggs wrote:
> On 6 June 2018 at 17:22, Alvaro Herrera <alvherre@2ndquadrant.com> wrote:
>> This thread seems to have died down without any fix being proposed.
>> Simon, you own this open item.
>
> Thanks, will look.

Petr and I have found a couple of issues about the slot advance stuff on
this thread:
https://www.postgresql.org/message-id/20180525052805.GA15634%40paquier.xyz

The result is f731cfa, which, per my tests, is able to take care of this
issue as well as advancing first a slot to a WAL page boundary, and then
advancing it to the latest LSN available does not trigger any assertions
anymore.  It would be nice if there is a double-check though, so I am
letting this thread on the list of open items for now.
--
Michael

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: pg_replication_slot_advance to return NULL instead of 0/0 ifslot not advanced
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Fix and document lock handling for in-memory replicationslot da