Re: [PATCH] Document wal_compression=on - Mailing list pgsql-hackers

From John Naylor
Subject Re: [PATCH] Document wal_compression=on
Date
Msg-id CANWCAZYpQwgs61EF6NO_5L3V0cMZbwPBr15dE13V7Uu8cJ0DsQ@mail.gmail.com
Whole thread
In response to [PATCH] Document wal_compression=on  (Christoph Berg <myon@debian.org>)
Responses Re: [PATCH] Document wal_compression=on
Re: [PATCH] Document wal_compression=on
List pgsql-hackers
On Mon, Jun 29, 2026 at 5:04 PM Christoph Berg <myon@debian.org> wrote:
>
> The docs currently don't say what wal_compression=on is, so here is a
> patch.

+1 for documenting this.

+        The value <literal>on</literal> is a deprecated alias for
<literal>pglz</literal>.

"deprecated" implies we may remove it someday. I don't think we'd gain
from doing that, but we could instead call 'on' a "historical
spelling" of 'pglz'.

--
John Naylor
Amazon Web Services



pgsql-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements
Next
From: Amit Kapila
Date:
Subject: Re: Proposal: Conflict log history table for Logical Replication