forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf0a2a91
committed
Update:
>> o -Add ability to turn off full page writes> o When off, write CRC to WAL and check file system blocks> on recovery> o Write full pages during file system write and not when> the page is modified in the buffer cache>> This allows most full page writes to happen in the background> writer.1 parent1c88336 commitf0a2a91
2 files changed
+21
-2
lines changedLines changed: 10 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
936 | 936 |
| |
937 | 937 |
| |
938 | 938 |
| |
| 939 | + | |
| 940 | + | |
| 941 | + | |
| 942 | + | |
| 943 | + | |
| 944 | + | |
| 945 | + | |
| 946 | + | |
| 947 | + | |
939 | 948 |
| |
940 | 949 |
| |
941 | 950 |
| |
|
Lines changed: 11 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
844 | 844 |
| |
845 | 845 |
| |
846 | 846 |
| |
| 847 | + | |
| 848 | + | |
| 849 | + | |
| 850 | + | |
| 851 | + | |
| 852 | + | |
| 853 | + | |
| 854 | + | |
| 855 | + | |
| 856 | + | |
847 | 857 |
| |
848 | 858 |
| |
849 | 859 |
| |
|
0 commit comments
Comments
(0)