forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0da243f
committed
Add LZ4 compression to pg_dump
Expand pg_dump's compression streaming and file APIs to support the lz4algorithm. The newly added compress_lz4.{c,h} files cover all thefunctionality of the aforementioned APIs. Minor changes were necessaryin various pg_backup_* files, where code for the 'lz4' file suffix hasbeen added, as well as pg_dump's compression option parsing.Author: Georgios KokolatosReviewed-by: Michael Paquier, Rachel Heaton, Justin Pryzby, Shi Yu, Tomas VondraDiscussion:https://postgr.es/m/faUNEOpts9vunEaLnmxmG-DldLSg_ql137OC3JYDmgrOMHm1RvvWY2IdBkv_CRxm5spCCb_OmKNk2T03TMm0fBEWveFF9wA1WizPuAgB7Ss%3D%40protonmail.com1 parente0b3074 commit0da243f
File tree
12 files changed
+782
-22
lines changed- doc/src/sgml/ref
- src
- bin/pg_dump
- t
- tools
- pginclude
- pgindent
12 files changed
+782
-22
lines changedLines changed: 7 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
330 | 330 |
| |
331 | 331 |
| |
332 | 332 |
| |
333 |
| - | |
334 |
| - | |
335 |
| - | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
336 | 337 |
| |
337 | 338 |
| |
338 | 339 |
| |
| |||
654 | 655 |
| |
655 | 656 |
| |
656 | 657 |
| |
657 |
| - | |
| 658 | + | |
658 | 659 |
| |
659 | 660 |
| |
660 | 661 |
| |
| |||
675 | 676 |
| |
676 | 677 |
| |
677 | 678 |
| |
678 |
| - | |
679 |
| - | |
| 679 | + | |
| 680 | + | |
680 | 681 |
| |
681 | 682 |
| |
682 | 683 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| 20 | + | |
20 | 21 |
| |
21 | 22 |
| |
22 | 23 |
| |
| |||
26 | 27 |
| |
27 | 28 |
| |
28 | 29 |
| |
| 30 | + | |
29 | 31 |
| |
30 | 32 |
| |
31 | 33 |
| |
|
Lines changed: 23 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
| |||
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
| 70 | + | |
70 | 71 |
| |
71 | 72 |
| |
72 | 73 |
| |
| |||
93 | 94 |
| |
94 | 95 |
| |
95 | 96 |
| |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
96 | 101 |
| |
97 | 102 |
| |
98 | 103 |
| |
| |||
123 | 128 |
| |
124 | 129 |
| |
125 | 130 |
| |
| 131 | + | |
| 132 | + | |
126 | 133 |
| |
127 | 134 |
| |
128 | 135 |
| |
| |||
187 | 194 |
| |
188 | 195 |
| |
189 | 196 |
| |
| 197 | + | |
| 198 | + | |
190 | 199 |
| |
191 | 200 |
| |
192 | 201 |
| |
| |||
196 | 205 |
| |
197 | 206 |
| |
198 | 207 |
| |
199 |
| - | |
| 208 | + | |
200 | 209 |
| |
201 | 210 |
| |
202 | 211 |
| |
203 |
| - | |
| 212 | + | |
204 | 213 |
| |
205 | 214 |
| |
206 | 215 |
| |
| |||
238 | 247 |
| |
239 | 248 |
| |
240 | 249 |
| |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
241 | 261 |
| |
242 | 262 |
| |
243 | 263 |
| |
|
0 commit comments
Comments
(0)