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

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: pgsql: Add suport for server-side LZ4 base backup compression.
Дата
Msg-id 20220212220913.wnhgd7ak32srcmzo@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: pgsql: Add suport for server-side LZ4 base backup compression.  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: pgsql: Add suport for server-side LZ4 base backup compression.  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On 2022-02-12 07:24:46 -0500, Robert Haas wrote:
> You may be right, but I'm not entirely convinced. $ENV{'LZ4'} here is
> being set by make, and make is setting it to whatever configure found.
> If configure found a version of the lz4 program that doesn't actually
> work, isn't that configure's fault, or the system administrator's
> fault, rather than this test's fault?

I don't think there's an actual configure check for the lz4 binary? Looks like
a static assignment in src/Makefile.global.in to me.



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

Предыдущее
От: Justin Pryzby
Дата:
Сообщение: Re: Adding CI to our tree
Следующее
От: Robert Haas
Дата:
Сообщение: Re: pgsql: Add suport for server-side LZ4 base backup compression.