forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit54bb91c
committed
Further tweaking of pg_dump's handling of default_toast_compression.
As committed inbbe0a81, pg_dump from a pre-v14 server effectivelyacts as though you'd said --no-toast-compression. I think the rightthing is for it to act as though default_toast_compression is set to"pglz", instead, so that the tables' toast compression behavior ispreserved. 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 parented934d4 commit54bb91c
1 file changed
+17
-8
lines changedLines changed: 17 additions & 8 deletions
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
Comments
(0)