Re: PG 19 status blog report - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: PG 19 status blog report
Date
Msg-id aq8edLG3hzQu6o2O@paquier.xyz
Whole thread
In response to Re: PG 19 status blog report  (wenhui qiu <qiuwenhuifx@gmail.com>)
List pgsql-hackers
On Sat, Sep 19, 2026 at 08:50:05PM +0800, wenhui qiu wrote:
>> The "Default TOAST compression change to lz4" part is incorrect.
>> 34dfca293432 has switched default_toast_compression to lz4 by default
>> if we compile by lz4.  What has been reverted is 4f0b3afab4da, which
>> forced --with-lz4 across the buildfarm.  So we still have a softer
>> patch in, and using --with-lz4 will enforce a new default.

(The quoting of your previous message was formatted in a weird way,
perhaps you should fix that..)

> Could we enable --with-lz4 by default, just like --with-readline, instead
> of having to specify it explicitly?

I have heavily broken the buildfarm once when attempting that, and
have no plans to attempt the same thing a second time in the
short-term or even middle-term.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Ayush Tiwari
Date:
Subject: [PATCH] Two remaining shmem attachment issues in single-user mode
Next
From: shihao zhong
Date:
Subject: Re: Do we reduce autovacuum_naptime max values