Re: pgsql: Allow configurable LZ4 TOAST compression.

2021-03-19 Thread Andrew Dunstan
On 3/19/21 3:37 PM, Robert Haas wrote: > Allow configurable LZ4 TOAST compression. > Looks like this has run into the heuristic in the buildfarm's cross version upgrade module. This allows for up to 2000 lines of diff between the dumps of the original and upgraded database. This has blown out b

pgsql: Allow configurable LZ4 TOAST compression.

2021-03-19 Thread Robert Haas
Allow configurable LZ4 TOAST compression. There is now a per-column COMPRESSION option which can be set to pglz (the default, and the only option in up until now) or lz4. Or, if you like, you can set the new default_toast_compression GUC to lz4, and then that will be the default for new table colu