Re: WAL compression setting after PostgreSQL LZ4 default change

From: Christoph Berg <myon(at)debian(dot)org>
To: wenhui qiu <qiuwenhuifx(at)gmail(dot)com>
Cc: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>, Andres Freund <andres(at)anarazel(dot)de>, Tomas Vondra <tomas(at)vondra(dot)me>, Jelte Fennema-Nio <postgres(at)jeltef(dot)nl>, Michael Paquier <michael(at)paquier(dot)xyz>, Japin Li <japinli(at)hotmail(dot)com>, Fujii Masao <masao(dot)fujii(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, John Naylor <johncnaylorls(at)gmail(dot)com>
Subject: Re: WAL compression setting after PostgreSQL LZ4 default change
Date: 2026-07-31 12:35:28
Message-ID: amyWkBMR4hKVUZFv@msg.df7cb.de
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I still hope that we can make the switch for PG 19 so we don't have
two different versions flipping the toast and wal compression
algorithms.

Attached is v3 of wenhui's patch with some editorial changes in the
documentation and a commit message.

Christoph

Attachment Content-Type Size
v3-0001-Change-wal_compression-on-to-the-first-of-zstd-lz.patch text/x-diff 5.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2026-07-31 12:52:07 Re: hashjoins vs. Bloom filters (yet again)
Previous Message Xuneng Zhou 2026-07-31 11:22:59 Re: Implement waiting for wal lsn replay: reloaded