Re: adding 'zstd' as a compression algorithm

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: adding 'zstd' as a compression algorithm
Дата
Msg-id YgxibzZ0F8aIRWK9@paquier.xyz
обсуждение исходный текст
Ответ на Re: adding 'zstd' as a compression algorithm  (Justin Pryzby <pryzby@telsasoft.com>)
Ответы Re: adding 'zstd' as a compression algorithm  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On Tue, Feb 15, 2022 at 02:33:32PM -0600, Justin Pryzby wrote:
> What I mean is that any patches which *use* the zstd support should update
> those for completeness.
>
>  doc/src/sgml/config.sgml                      | 14 +++++++++-----
>  doc/src/sgml/install-windows.sgml             |  2 +-
>  doc/src/sgml/installation.sgml                |  5 +++--

Yes, the patch misses the fact that each ./configure switch is
documented.  For consistency, I think that you should also add that in
the MSVC scripts in the first version.  It is really straight-forward
to do so, and it should be just a matter of grepping for the code
paths of lz4, then adjust things for zstd.
--
Michael

Вложения

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

Предыдущее
От: Kasahara Tatsuhito
Дата:
Сообщение: Small and unaffected typo in pg_logical_slot_get_changes_guts()
Следующее
От: Thomas Munro
Дата:
Сообщение: Re: USE_BARRIER_SMGRRELEASE on Linux?