Re: PG 19 status blog report - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: PG 19 status blog report
Date
Msg-id aq3PvKsEdFKMTKW9@paquier.xyz
Whole thread
In response to PG 19 status blog report  (Bruce Momjian <bruce@momjian.us>)
Responses Re: PG 19 status blog report
Re: PG 19 status blog report
List pgsql-hackers
On Fri, Sep 18, 2026 at 12:27:00PM -0400, Bruce Momjian wrote:
> I found this blog post about the unusual status of Postgres 19 helpful:
>
>     https://www.snowflake.com/en/blog/engineering/postgresql-19-release-delay-feature-reverts/

The "Default TOAST compression change to lz4" part is incorrect.
34dfca293432 has switched default_toast_compression to lz4 by default
if we compile by lz4.  What has been reverted is 4f0b3afab4da, which
forced --with-lz4 across the buildfarm.  So we still have a softer
patch in, and using --with-lz4 will enforce a new default.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Haibo Yan
Date:
Subject: Re: Implement missing join selectivity estimation for range types
Next
From: Michael Paquier
Date:
Subject: Re: Support for 8-byte TOAST values, round two