Justin Pryzby <pry...@telsasoft.com> writes: > On Wed, Mar 24, 2021 at 01:30:26PM -0400, Robert Haas wrote: >> ... So --no-toast-compression is just fine for people who are >> dumping and restoring, but it's no help at all if you want to switch >> TOAST compression methods while doing a pg_upgrade. However, what does >> help with that is sticking with what Tom committed before rather than >> changing to what he's proposing now.
> I don't know what/any other cases support using pg_upgrade to change stuff > like > the example (changing to lz4). The way to do it is to make the changes either > before or after. It seems weird to think that pg_upgrade would handle that. Yeah; I think the charter of pg_upgrade is to reproduce the old database state. If you try to twiddle the process to incorporate some changes in that state, maybe it will work, but if it breaks you get to keep both pieces. I surely don't wish to consider such shenanigans as supported. But let's ignore the case of pg_upgrade and just consider a dump/restore. I'd still say that unless you give --no-toast-compression then I would expect the dump/restore to preserve the tables' old compression behavior. Robert's argument that the pre-v14 database had no particular compression behavior seems nonsensical to me. We know exactly which compression behavior it has. regards, tom lane