Re: pgsql: Change default value of default_toast_compression to "lz4", when

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Mark Wong <markwkm(at)gmail(dot)com>
Subject: Re: pgsql: Change default value of default_toast_compression to "lz4", when
Date: 2026-03-04 23:22:30
Message-ID: 1673952.1772666550@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Michael Paquier <michael(at)paquier(dot)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. This
> choice would leave the buildfarm in peace, and it still achieves the
> goal of enabling LZ4 in TOAST by default, as long as --with-lz4 is
> used. As long as the latter goal is achieved, the point of the change
> would be made, at least partially.

That works for me as a temporary solution.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2026-03-04 23:40:10 pgsql: Revert "Change default value of default_toast_compression to "lz
Previous Message Michael Paquier 2026-03-04 22:51:26 Re: pgsql: Change default value of default_toast_compression to "lz4", when

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2026-03-04 23:23:29 Re: pg_resetwal.c: duplicate '0' in hex character set for -l option validation
Previous Message Zsolt Parragi 2026-03-04 22:56:09 Re: meson: Make test output much more useful on failure (both in CI and locally)