Re: pgsql: Add suport for server-side LZ4 base backup compression.

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: pgsql: Add suport for server-side LZ4 base backup compression.
Дата
Msg-id Ygh63xlK4p+mFB8T@paquier.xyz
обсуждение исходный текст
Ответ на Re: pgsql: Add suport for server-side LZ4 base backup compression.  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pgsql: Add suport for server-side LZ4 base backup compression.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Sat, Feb 12, 2022 at 05:16:03PM -0500, Tom Lane wrote:
> It looks to me like somebody figured it didn't need any more support
> than gzip/bzip2, which is wrong on a couple of grounds:
> * hardly any modern platforms lack those, unlike lz4
> * we don't invoke either one of them during testing, only when
>   you explicitly ask to make a compressed tarball
>
> I think adding an explicit PGAC_PATH_PROGS would be worth the cycles.

Well, this somebody is I, and the buildfarm did not blow up on any of
that so that looked rather fine.  Adding a few cycles for this check
is fine by me.  What do you think of the attached?
--
Michael

Вложения

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

Предыдущее
От: Justin Pryzby
Дата:
Сообщение: Re: Adding CI to our tree
Следующее
От: Masahiko Sawada
Дата:
Сообщение: Re: [PoC] Improve dead tuple storage for lazy vacuum