forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0a971e2
committed
Disable full_page_writes, because turning it off risks causing crash-recovery
failures even when the hardware and OS did nothing wrong. Per recent analysisof a problem report from Alex Bahdushka.For the moment I've just diked out the test of the parameter, rather thanremoving the GUC infrastructure and documentation, in case we conclude thatthere's something salvageable there. There seems no chance of it beingresurrected in the 8.1 branch though.1 parent288551f commit0a971e2
1 file changed
+2
-3
lines changedLines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
980 | 980 |
| |
981 | 981 |
| |
982 | 982 |
| |
983 |
| - | |
984 |
| - | |
| 983 | + | |
985 | 984 |
| |
986 | 985 |
| |
987 | 986 |
| |
|
0 commit comments
Comments
(0)