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

From Tom Lane
Subject Re: pgsql: Change default value of default_toast_compression to "lz4", when
Date
Msg-id 1673952.1772666550@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Change default value of default_toast_compression to "lz4", when  (Michael Paquier <michael@paquier.xyz>)
Responses Re: pgsql: Change default value of default_toast_compression to "lz4", when
List pgsql-hackers
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.  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



pgsql-hackers by date:

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