Commit 54bb91c
committed
Further tweaking of pg_dump's handling of default_toast_compression.
As committed in bbe0a81, pg_dump from a pre-v14 server effectively
acts as though you'd said --no-toast-compression. I think the right
thing is for it to act as though default_toast_compression is set to
"pglz", instead, so that the tables' toast compression behavior is
preserved. You can always get the other behavior, if you want that,
by giving the switch.
Discussion: https://postgr.es/m/1112852.1616609702@sss.pgh.pa.us1 parent ed934d4 commit 54bb91c
1 file changed
+17
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3333 | 3333 | | |
3334 | 3334 | | |
3335 | 3335 | | |
3336 | | - | |
| 3336 | + | |
3337 | 3337 | | |
3338 | | - | |
3339 | 3338 | | |
3340 | | - | |
| 3339 | + | |
3341 | 3340 | | |
3342 | | - | |
| 3341 | + | |
3343 | 3342 | | |
3344 | 3343 | | |
3345 | 3344 | | |
3346 | | - | |
3347 | | - | |
| 3345 | + | |
| 3346 | + | |
| 3347 | + | |
| 3348 | + | |
| 3349 | + | |
| 3350 | + | |
| 3351 | + | |
| 3352 | + | |
| 3353 | + | |
| 3354 | + | |
| 3355 | + | |
| 3356 | + | |
| 3357 | + | |
3348 | 3358 | | |
3349 | 3359 | | |
3350 | 3360 | | |
| |||
3363 | 3373 | | |
3364 | 3374 | | |
3365 | 3375 | | |
3366 | | - | |
| 3376 | + | |
3367 | 3377 | | |
3368 | | - | |
3369 | 3378 | | |
3370 | 3379 | | |
3371 | 3380 | | |
| |||
0 commit comments