pgsql: Set minimum required version of zstd as 1.4.0.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Set minimum required version of zstd as 1.4.0.
Дата
Msg-id E1naIqb-000Jmg-KD@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Set minimum required version of zstd as 1.4.0.

It emerges that our new zstd code depends on features that were not
present (or at least not enabled by default) in zstd before 1.4.0.
That's already four years old, so there's little reason to try to
make our code work with something older.  Instead make configure
check that zstd is at least 1.4.0, and document this requirement.

Justin Pryzby (doc changes by me)

Discussion: https://postgr.es/m/efbd94cd1102f99fd1300e44905ee4a994ee2ef6.camel@gunduz.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/479b69a4a551465614042bba00694001273d702f

Modified Files
--------------
configure                      | 22 +++++++++++-----------
configure.ac                   |  2 +-
doc/src/sgml/installation.sgml |  7 ++++---
3 files changed, 16 insertions(+), 15 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: libpq: Allow IP address SANs in server certificates
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: libpq: Fix pkg-config without OpenSSL