Re: Introduce pg_receivewal gzip compression tests

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Introduce pg_receivewal gzip compression tests
Дата
Msg-id YO/coGVNAZTARxEw@paquier.xyz
обсуждение исходный текст
Ответ на Re: Introduce pg_receivewal gzip compression tests  (gkokolatos@pm.me)
Ответы Re: Introduce pg_receivewal gzip compression tests
Список pgsql-hackers
On Wed, Jul 14, 2021 at 02:11:09PM +0000, gkokolatos@pm.me wrote:
> Please find v6 attached.

Thanks.  I have spent some time checking this stuff in details, and
I did some tests on Windows while on it.  A run of pgperltidy was
missing.  A second thing is that you added one useless WAL segment
switch in the ZLIB block, and two at the end, causing the first two in
the set of three (one in the ZLIB block and one in the final command)
to be no-ops as they followed a previous WAL switch.  The final one
was not needed as no WAL is generated after that.

And applied.  Let's see if the buildfarm has anything to say.  Perhaps
this will even catch some bugs that pre-existed.
--
Michael

Вложения

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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: VACUUM (DISABLE_PAGE_SKIPPING on)
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Remove redundant Assert(PgArchPID == 0); in PostmasterStateMachine