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

From Michael Paquier
Subject Re: change default default_toast_compression to lz4?
Date
Msg-id aaewhB2T4S7nD4bX@paquier.xyz
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 Fri, Feb 27, 2026 at 10:10:20AM +0900, Michael Paquier wrote:
> Ah, right.  This is what we have done for ICU in fcb21b3acdcb.  While
> --with-lz4 is still allowed for backward-compatibility, we show only
> --without-icu in the output of configure --help.  Reflecting the
> documentation to show up the same contents as --help makes sense.

It would have been a waste to not see this change happening, so I have
looked a bit more in depth at it.  You are right that we should remove
the reference to --with-lz4, but it seems to me that this should apply
to all the references of the switch we have in the docs.  The change
in meson.build was not necessary.  Another thing not yet included was
the mandatory autoreconf.  With all that done, applied.

Now, let's see how much this breaks the buildfarm..  Because things
will break.  I'll send a poke to the buildfarm mailing list.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: regression tests fails with llvm22
Next
From: "David G. Johnston"
Date:
Subject: Re: pg_plan_advice (now with transparent SQL plan performance overrides - pg_stash_advice)