pgsql: doc: Simplify description of --with-lz4

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Simplify description of --with-lz4
Date: 2022-02-19 06:12:32
Message-ID: E1nLIyu-00036R-SQ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d7a978601d4e469f1a8f19122c049bb25fd7f096

Modified Files
--------------
doc/src/sgml/install-windows.sgml | 5 ++---
doc/src/sgml/installation.sgml | 2 --
2 files changed, 2 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2022-02-19 06:18:57 Re: pgsql: Add support for building with ZSTD.
Previous Message Michael Paquier 2022-02-19 05:59:45 pgsql: Fix inconsistencies in SRF checks of pg_config() and string_to_t