index 20ccb2d6b5447ca4dcc8f23bb5ff88d8f94cd37b..0a4b3e55ba5ed2784f0dda8b2903e725e1dce33f 100644 (file)
This parameter enables compression of WAL using the specified
compression method.
When enabled, the <productname>PostgreSQL</productname>
- server compresses full page images written to WAL when
- <xref linkend="guc-full-page-writes"/> is on or during a base backup.
+ server compresses full page images written to WAL (e.g. when
+ <xref linkend="guc-full-page-writes"/> is on, during a base backup,
+ etc.).
A compressed page image will be decompressed during WAL replay.
The supported methods are <literal>pglz</literal>,
<literal>lz4</literal> (if <productname>PostgreSQL</productname>