Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d7a9786

Browse files
committed
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
1 parent 07daca5 commit d7a9786

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

doc/src/sgml/install-windows.sgml

+2-3
Original file line numberDiff line numberDiff line change
@@ -300,9 +300,8 @@ $ENV{MSBFLAGS}="/m";
300300
<varlistentry>
301301
<term><productname>LZ4</productname></term>
302302
<listitem><para>
303-
Required for supporting <productname>LZ4</productname> compression
304-
method for compressing table or WAL data. Binaries and source can be
305-
downloaded from
303+
Required for supporting <productname>LZ4</productname> compression.
304+
Binaries and source can be downloaded from
306305
<ulink url="https://github.com/lz4/lz4/releases"></ulink>.
307306
</para></listitem>
308307
</varlistentry>

doc/src/sgml/installation.sgml

-2
Original file line numberDiff line numberDiff line change
@@ -979,8 +979,6 @@ build-postgresql:
979979
<listitem>
980980
<para>
981981
Build with <productname>LZ4</productname> compression support.
982-
This allows the use of <productname>LZ4</productname> for
983-
compression of table and WAL data.
984982
</para>
985983
</listitem>
986984
</varlistentry>

0 commit comments

Comments
 (0)