forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit205db01
committed
pg_combinebackup: Detect checksum mismatches and document limitation.
If not all backups have the same checksum status, but the final backuphas checksums enabled, then the output directory may include pageswith invalid checksums. Document this limitation and explain how towork around it.In a future release, we may want to teach pg_combinebackup torecompute page checksums when required, but as feature freeze has comeand gone, it seems a bit too late to do that for this release.Patch by me, reviewed by Daniel GustafssonDiscussion:http://postgr.es/m/CA+TgmoZugzOSmgkx97u3pc0M7U8LycWvugqoyWBv6j15a4hE5g@mail.gmail.com1 parent6d4bc96 commit205db01
File tree
3 files changed
+47
-1
lines changed- doc/src/sgml
- ref
- src/bin/pg_combinebackup
3 files changed
+47
-1
lines changedLines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
892 | 892 |
| |
893 | 893 |
| |
894 | 894 |
| |
895 |
| - | |
| 895 | + | |
| 896 | + | |
| 897 | + | |
| 898 | + | |
| 899 | + | |
896 | 900 |
| |
897 | 901 |
| |
898 | 902 |
| |
|
Lines changed: 20 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
261 | 261 |
| |
262 | 262 |
| |
263 | 263 |
| |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
264 | 284 |
| |
265 | 285 |
| |
266 | 286 |
| |
|
Lines changed: 22 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
583 | 583 |
| |
584 | 584 |
| |
585 | 585 |
| |
| 586 | + | |
| 587 | + | |
586 | 588 |
| |
587 | 589 |
| |
588 | 590 |
| |
| |||
612 | 614 |
| |
613 | 615 |
| |
614 | 616 |
| |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
615 | 627 |
| |
616 | 628 |
| |
617 | 629 |
| |
| |||
624 | 636 |
| |
625 | 637 |
| |
626 | 638 |
| |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
627 | 649 |
| |
628 | 650 |
| |
629 | 651 |
| |
|
0 commit comments
Comments
(0)