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:
@ -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>
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user