1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Add support for building with ZSTD.

This commit doesn't actually add anything that uses ZSTD; that will be
done separately. It just puts the basic infrastructure into place.

Jeevan Ladhe, Robert Haas, and Michael Paquier. Reviewed by Justin
Pryzby and Andres Freund.

Discussion: http://postgr.es/m/CA+TgmoatQKGd+8SjcV+bzvw4XaoEwminHjU83yG12+NXtQzTTQ@mail.gmail.com
This commit is contained in:
Robert Haas
2022-02-18 13:40:31 -05:00
parent 2e372869aa
commit 6c417bbcc8
9 changed files with 338 additions and 0 deletions

View File

@ -307,6 +307,15 @@ $ENV{MSBFLAGS}="/m";
</para></listitem>
</varlistentry>
<varlistentry>
<term><productname>ZSTD</productname></term>
<listitem><para>
Required for supporting <productname>ZSTD</productname> compression
method. Binaries and source can be downloaded from
<ulink url="https://github.com/facebook/zstd/releases"></ulink>.
</para></listitem>
</varlistentry>
<varlistentry>
<term><productname>OpenSSL</productname></term>
<listitem><para>

View File

@ -985,6 +985,15 @@ build-postgresql:
</listitem>
</varlistentry>
<varlistentry>
<term><option>--with-zstd</option></term>
<listitem>
<para>
Build with <productname>ZSTD</productname> compression support.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--with-ssl=<replaceable>LIBRARY</replaceable></option>
<indexterm>