Re: [HACKERS] Proposal: generic WAL compression

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: [HACKERS] Proposal: generic WAL compression
Дата
Msg-id 20180122213752.GV2416@tamriel.snowman.net
обсуждение исходный текст
Ответ на Re: [HACKERS] Proposal: generic WAL compression  (Antonin Houska <ah@cybertec.at>)
Ответы Re: Re: [HACKERS] Proposal: generic WAL compression
Список pgsql-hackers
Oleg,

I'm not really sure why this is still in Needs Review as a review was
posted and I don't see any follow-up.  I've changed this to be Waiting
for Author.

* Antonin Houska (ah@cybertec.at) wrote:
> Oleg Ivanov <o.ivanov@postgrespro.ru> wrote:
>
> > In order to overcome that issue, I would like to propose the patch, which
> > provides possibility to use another approach of the WAL record
> > construction.
>
> After having spent several hours reviewing this patch I dare to send the
> following comments:

Thanks for the review Antonin!

> * writeToPtr() and readFromPtr() are applied to the existing code. I think
>   this is a reason for a separate diff, to be applied before the actual patch.

I'm not really a fan of using these, for my 2c.  I'm not sure how others
feel, but having these macros which change one of the arguments to the
macro (by advancing the pointer) doesn't result in a net improvement to
readability for me.

The other review comments also seem pretty reasonable to me.

Thanks!

Stephen

Вложения

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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Re: [HACKERS] log_destination=file
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Move handling of database properties from pg_dumpall into pg_dum