Re: pgsql: Change wal_compression=on to the first of zstd, lz4, pglz

From: Tomas Vondra <tomas(at)vondra(dot)me>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Change wal_compression=on to the first of zstd, lz4, pglz
Date: 2026-08-13 22:22:57
Message-ID: 6a711f66-ac75-4880-89be-f764c78bf7a7@vondra.me
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On 8/12/26 20:32, Tom Lane wrote:
> Tomas Vondra <tomas(at)vondra(dot)me> writes:
>> On 8/12/26 17:55, Tom Lane wrote:
>>> Ah. The point about changing this along with the TOAST compression
>>> default does make sense. Objection withdrawn ... but this needs
>>> to get into the v19 release notes beside the other change.
>
>> Right. Naive question - what's the proper process to make that happen
>> for changes like this? Ping someone / RMT?
>
> You've got a commit bit, go fix doc/src/sgml/release-19.sgml yourself.
> Or pester Bruce if you'd rather he did it, but it's simple enough.
>

Ah. For some reason I thought it'd be more complicated. I don't want to
pester Bruce, it seems simple enough (WIP patch attached). I'll take
care of this next week, after I get back home.

regards

--
Tomas Vondra

Attachment Content-Type Size
release-notes.patch text/x-patch 1.1 KB

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2026-08-13 22:37:22 pgsql: Use explicit fetching of digests in channel binding (OpenSSL >=
Previous Message Nathan Bossart 2026-08-13 21:36:02 pgsql: Fix authorization check for role membership changes.