forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit694c56a
committed
Improve WAL reliability documentation, and add more cross-references to it.
In particular, we are now more explicit about the fact that you may needwal_sync_method=fsync_writethrough for crash-safety on some platforms,including MaxOS X. There's also now an explicit caution against assumingthat the default setting of wal_sync_method is either crash-safe or bestfor performance.1 parent3e5f941 commit694c56a
2 files changed
+13
-4
lines changedLines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1570 | 1570 |
| |
1571 | 1571 |
| |
1572 | 1572 |
| |
1573 |
| - | |
| 1573 | + | |
| 1574 | + | |
| 1575 | + | |
| 1576 | + | |
| 1577 | + | |
1574 | 1578 |
| |
1575 | 1579 |
| |
1576 | 1580 |
| |
|
Lines changed: 8 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
88 |
| - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
89 | 91 |
| |
90 | 92 |
| |
91 | 93 |
| |
| |||
529 | 531 |
| |
530 | 532 |
| |
531 | 533 |
| |
532 |
| - | |
533 |
| - | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
534 | 538 |
| |
535 | 539 |
| |
536 | 540 |
| |
| |||
590 | 594 |
| |
591 | 595 |
| |
592 | 596 |
| |
| 597 | + | |
593 | 598 |
| |
594 | 599 |
| |
595 | 600 |
| |
|
0 commit comments
Comments
(0)