Allow streaming the changes after speculative aborts.

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема Allow streaming the changes after speculative aborts.
Дата
Msg-id CAA4eK1KdqmTCtrBR6oFfGELrLLbDLDedL6zACcsUOQuTJBj1vw@mail.gmail.com
обсуждение исходный текст
Ответы Re: Allow streaming the changes after speculative aborts.  (Dilip Kumar <dilipbalaut@gmail.com>)
Список pgsql-hackers
Till now, we didn't allow to stream the changes in logical replication
till we receive speculative confirm or the next DML change record
after speculative inserts. The reason was that we never use to process
speculative aborts but after commit 4daa140a2f it is possible to
process them so we can allow streaming once we receive speculative
abort after speculative insertion. See attached.

I think this is a minor improvement in the logical replication of
in-progress transactions. I have verified this for speculative aborts
and it allows streaming once we receive the spec_abort change record.

-- 
With Regards,
Amit Kapila.

Вложения

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

Предыдущее
От: "zhangjie2@fujitsu.com"
Дата:
Сообщение: RE: [Patch] change the default value of shared_buffers in postgresql.conf.sample
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: Weird use of parentheses in the manual