- Notifications
You must be signed in to change notification settings - Fork5k
Commit7cf085f
committed
Add support for zstd base backup compression.
Both client-side compression and server-side compression are nowsupported for zstd. In addition, a backup compressed by the serverusing zstd can now be decompressed by the client in order toaccommodate the use of -Fp.Jeevan Ladhe, with some edits by me.Discussion:http://postgr.es/m/CA+Tgmobyzfbz=gyze2_LL1ZumZunmaEKbHQxjrFkOR7APZGu-g@mail.gmail.com1 parentc28839c commit7cf085f
File tree
17 files changed
+750
-26
lines changed- doc/src/sgml
- ref
- src
- backend/replication
- bin
- pg_basebackup
- pg_verifybackup
- t
- include/replication
- tools/msvc
17 files changed
+750
-26
lines changedLines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2724 | 2724 |
| |
2725 | 2725 |
| |
2726 | 2726 |
| |
2727 |
| - | |
2728 |
| - | |
| 2727 | + | |
| 2728 | + | |
2729 | 2729 |
| |
2730 | 2730 |
| |
2731 | 2731 |
| |
| |||
2737 | 2737 |
| |
2738 | 2738 |
| |
2739 | 2739 |
| |
2740 |
| - | |
| 2740 | + | |
| 2741 | + | |
2741 | 2742 |
| |
2742 | 2743 |
| |
2743 | 2744 |
| |
|
Lines changed: 22 additions & 19 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
417 | 417 |
| |
418 | 418 |
| |
419 | 419 |
| |
420 |
| - | |
421 |
| - | |
422 |
| - | |
423 |
| - | |
424 |
| - | |
425 |
| - | |
426 |
| - | |
427 |
| - | |
428 |
| - | |
429 |
| - | |
430 |
| - | |
431 |
| - | |
432 |
| - | |
433 |
| - | |
434 |
| - | |
435 |
| - | |
436 |
| - | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
437 | 439 |
| |
438 | 440 |
| |
439 | 441 |
| |
440 | 442 |
| |
441 | 443 |
| |
442 |
| - | |
443 |
| - | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
444 | 447 |
| |
445 | 448 |
| |
446 | 449 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| 23 | + | |
23 | 24 |
| |
24 | 25 |
| |
25 | 26 |
| |
|
Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
67 |
| - | |
| 67 | + | |
| 68 | + | |
68 | 69 |
| |
69 | 70 |
| |
70 | 71 |
| |
| |||
906 | 907 |
| |
907 | 908 |
| |
908 | 909 |
| |
| 910 | + | |
| 911 | + | |
909 | 912 |
| |
910 | 913 |
| |
911 | 914 |
| |
| |||
1026 | 1029 |
| |
1027 | 1030 |
| |
1028 | 1031 |
| |
| 1032 | + | |
| 1033 | + | |
1029 | 1034 |
| |
1030 | 1035 |
| |
1031 | 1036 |
| |
|
0 commit comments
Comments
(0)