doc: Simplify description of --with-lz4
authorMichael Paquier <[email protected]>
Sat, 19 Feb 2022 06:06:53 +0000 (15:06 +0900)
committerMichael Paquier <[email protected]>
Sat, 19 Feb 2022 06:06:53 +0000 (15:06 +0900)
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

doc/src/sgml/install-windows.sgml
doc/src/sgml/installation.sgml

index e08c9514d44e735c6484b6ce14ca9aaae57608ed..98fa6962f68fda6d2a75d10f33761fcb82ae8f52 100644 (file)
@@ -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>
index 311f7f261d62f2aa2a606331a076892933720704..0f7425259080054a10e8a5b0c8292f88d0169be3 100644 (file)
@@ -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>