Re: pgsql: Change default value of default_toast_compression to "lz4", when - Mailing list pgsql-hackers

From Jacob Champion
Subject Re: pgsql: Change default value of default_toast_compression to "lz4", when
Date
Msg-id CAOYmi+nLjgkte8EVBJvHovMRAnWVFN4VMgQuE72puQVSyKye4g@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: Change default value of default_toast_compression to "lz4", when  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Wed, Mar 4, 2026 at 3:22 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Michael Paquier <michael@paquier.xyz> writes:
> > We can still introduce DEFAULT_TOAST_COMPRESSION and use lz4 as
> > default for the GUC if lz4 is included in the build but leave the
> > switch of --with-lz4 to --without-lz4 out of the equation.

Thanks for the patches Michael; the farm looks much more verdant now.

--Jacob



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: gistGetFakeLSN() can return incorrect LSNs
Next
From: g l
Date:
Subject: modifying join_clause_is_movable_to can produce better query plan