On 7/31/26 14:35, Christoph Berg wrote: > I still hope that we can make the switch for PG 19 so we don't have > two different versions flipping the toast and wal compression > algorithms. >
Yeah. I wonder if it's too late for that, but perhaps not. I wouldn't mind committing it, it's not a huge/complex patch. But RMT should probably have a say in this. > Attached is v3 of wenhui's patch with some editorial changes in the > documentation and a commit message. > The one thing I don't quite like on the patch is that it actually defaults to zstd before lz4. Which seems to not quite match the intent to have both toast and wal default to the same thing. I don't have a strong preference for either algorithm, but I also don't see why to put zstd before lz4. I'd do it the other way around, i.e. lz4->zstd->pglz. regards -- Tomas Vondra
