summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Paquier2022-02-19 06:06:53 +0000
committerMichael Paquier2022-02-19 06:06:53 +0000
commitd7a978601d4e469f1a8f19122c049bb25fd7f096 (patch)
tree37be390656acf001fb1f625ad4c8f4cc7c3618e5
parent07daca53bfcad59618a9c6fad304e380cc9d2bc1 (diff)
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
-rw-r--r--doc/src/sgml/install-windows.sgml5
-rw-r--r--doc/src/sgml/installation.sgml2
2 files changed, 2 insertions, 5 deletions
diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml
index e08c9514d44..98fa6962f68 100644
--- a/doc/src/sgml/install-windows.sgml
+++ b/doc/src/sgml/install-windows.sgml
@@ -300,9 +300,8 @@ $ENV{MSBFLAGS}="/m";
<varlistentry>
<term><productname>LZ4</productname></term>
<listitem><para>
- Required for supporting <productname>LZ4</productname> compression
- method for compressing table or WAL data. Binaries and source can be
- downloaded from
+ Required for supporting <productname>LZ4</productname> compression.
+ Binaries and source can be downloaded from
<ulink url="https://github.com/lz4/lz4/releases"></ulink>.
</para></listitem>
</varlistentry>
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml
index 311f7f261d6..0f742525908 100644
--- a/doc/src/sgml/installation.sgml
+++ b/doc/src/sgml/installation.sgml
@@ -979,8 +979,6 @@ build-postgresql:
<listitem>
<para>
Build with <productname>LZ4</productname> compression support.
- This allows the use of <productname>LZ4</productname> for
- compression of table and WAL data.
</para>
</listitem>
</varlistentry>