Re: change default default_toast_compression to lz4? - Mailing list pgsql-hackers

From Euler Taveira
Subject Re: change default default_toast_compression to lz4?
Date
Msg-id 92ed55b6-6b69-42d9-8697-3e51603e961d@app.fastmail.com
Whole thread Raw
In response to Re: change default default_toast_compression to lz4?  (Michael Paquier <michael@paquier.xyz>)
Responses Re: change default default_toast_compression to lz4?
Re: change default default_toast_compression to lz4?
List pgsql-hackers
On Thu, Dec 4, 2025, at 11:23 PM, Michael Paquier wrote:
>
> So this had better be adjusted in one go, in the shape of a tweak in
> mingw_cross_warning_script with the addition of a --without-lz4, same
> way as for ICU.
>
Done.

> Hmm.  It seems to me that we should just set not_found_dep if lz4
> cannot be found, leaving meson_options.txt as it is currently, no?
>
Done.

Changes from last version:

- adjust CI
- set not_found_dep instead of warning message
- remove quotes from default_toast_compression value

It is aligned with ICU and readline behavior.


-- 
Euler Taveira
EDB   https://www.enterprisedb.com/
Attachment

pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: convert SpinLock* macros to static inline functions
Next
From: Andres Freund
Date:
Subject: Re: add assertion for palloc in signal handlers