Re: Proposal: Generic WAL logical messages

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: Proposal: Generic WAL logical messages
Дата
Msg-id CANP8+jLftMGHSMTTKsJBcXvR=Zv7kNGaE0HVHcbJ-XzFaQs0Vw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Proposal: Generic WAL logical messages  (Alexander Korotkov <a.korotkov@postgrespro.ru>)
Ответы Re: Proposal: Generic WAL logical messages
Список pgsql-hackers
On 29 January 2016 at 21:11, Alexander Korotkov <a.korotkov@postgrespro.ru> wrote:
Hi, Petr!

On Sat, Jan 23, 2016 at 1:22 AM, Petr Jelinek <petr@2ndquadrant.com> wrote:
here is updated version of this patch, calling the messages logical (decoding) messages consistently everywhere and removing any connection to standby messages. Moving this to it's own module gave me place to write some brief explanation about this so the code documentation has hopefully improved as well.

The functionality itself didn't change.

I'd like to mention that there is my upcoming patch which is named generic WAL records.
But it has to be distinct feature from your generic WAL logical messages. Theoretically, we could have generic messages with arbitrary content and both having custom WAL reply function and being decoded by output plugin. But custom WAL reply function would let extension bug break recovery, archiving and physical replication. And that doesn't seem to be acceptable. This is why we have to develop these as separate features.

Should we think more about naming? Does two kinds of generic records confuse people?

Logical messages

Generic WAL records

Seems like I can tell them apart. Worth checking, but I think we're OK.

--
Simon Riggs                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

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

Предыдущее
От: Alexander Korotkov
Дата:
Сообщение: Re: [PATCH] Refactoring of LWLock tranches
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Template for commit messages