mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-05 19:09:58 +08:00
doc: Simplify description of --with-lz4
LZ4 is used in much more areas of the system now than just WAL and table data. This commit simplifies the installation documentation of Windows and *nix by removing any details of the areas extended when building with LZ4. Author: Jeevan Ladhe Discussion: https://postgr.es/m/CANm22Cgny8AF76pitomXp603NagwKXbA4dyN2Fac4yHPebqdqg@mail.gmail.com
This commit is contained in:
parent
07daca53bf
commit
d7a978601d
@ -300,9 +300,8 @@ $ENV{MSBFLAGS}="/m";
|
|||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><productname>LZ4</productname></term>
|
<term><productname>LZ4</productname></term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
Required for supporting <productname>LZ4</productname> compression
|
Required for supporting <productname>LZ4</productname> compression.
|
||||||
method for compressing table or WAL data. Binaries and source can be
|
Binaries and source can be downloaded from
|
||||||
downloaded from
|
|
||||||
<ulink url="https://github.com/lz4/lz4/releases"></ulink>.
|
<ulink url="https://github.com/lz4/lz4/releases"></ulink>.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
@ -979,8 +979,6 @@ build-postgresql:
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Build with <productname>LZ4</productname> compression support.
|
Build with <productname>LZ4</productname> compression support.
|
||||||
This allows the use of <productname>LZ4</productname> for
|
|
||||||
compression of table and WAL data.
|
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
Loading…
Reference in New Issue
Block a user