forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit751b8d2
committed
pg_basebackup: Allow client-side LZ4 (de)compression.
LZ4 compression can now be performed on the client usingpg_basebackup -Ft --compress client-lz4, and LZ4 decompression ofa backup compressed on the server can be performed on the clientusing pg_basebackup -Fp --compress server-lz4.Dipesh Pandit, reviewed and tested by Jeevan Ladhe and Tushar Ahuja,with a few corrections - and some documentation - by me.Discussion:http://postgr.es/m/CAN1g5_FeDmiA9D8wdG2W6Lkq5CpubxOAqTmd2et9hsinTJtsMQ@mail.gmail.com1 parentdab2984 commit751b8d2
File tree
8 files changed
+606
-19
lines changed- doc/src/sgml/ref
- src
- bin
- pg_basebackup
- pg_verifybackup/t
- tools/msvc
8 files changed
+606
-19
lines changedLines changed: 15 additions & 12 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 |
| - | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
432 | 428 |
| |
433 | 429 |
| |
434 | 430 |
| |
| |||
439 | 435 |
| |
440 | 436 |
| |
441 | 437 |
| |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
442 | 445 |
| |
443 | 446 |
| |
444 | 447 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
| 46 | + | |
46 | 47 |
| |
47 | 48 |
| |
48 | 49 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
206 | 206 |
| |
207 | 207 |
| |
208 | 208 |
| |
| 209 | + | |
| 210 | + | |
| 211 | + | |
209 | 212 |
| |
210 | 213 |
| |
211 | 214 |
| |
|
0 commit comments
Comments
(0)