Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f387e06

Browse files
committed
Add detail:
> > If CRC check fails during recovery, remember the page in case > a later CRC for that page properly matches. >
1 parent 85e9a5a commit f387e06

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

doc/TODO

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated: Thu Jul 28 23:22:50 EDT 2005
5+
Last updated: Fri Jul 29 12:05:22 EDT 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -938,6 +938,10 @@ Write-Ahead Log
938938
o -Add ability to turn off full page writes
939939
o When off, write CRC to WAL and check file system blocks
940940
on recovery
941+
942+
If CRC check fails during recovery, remember the page in case
943+
a later CRC for that page properly matches.
944+
941945
o Write full pages during file system write and not when
942946
the page is modified in the buffer cache
943947

doc/src/FAQ/TODO.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Thu Jul 28 23:22:50 EDT 2005
11+
Last updated: Fri Jul 29 12:05:22 EDT 2005
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -848,6 +848,9 @@ <h1><a name="section_19">Write-Ahead Log</a></h1>
848848
<li>-Add ability to turn off full page writes
849849
</li><li>When off, write CRC to WAL and check file system blocks
850850
on recovery
851+
<p> If CRC check fails during recovery, remember the page in case
852+
a later CRC for that page properly matches.
853+
</p>
851854
</li><li>Write full pages during file system write and not when
852855
the page is modified in the buffer cache
853856
<p> This allows most full page writes to happen in the background

0 commit comments

Comments
 (0)