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