Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf387e06

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 parent85e9a5a commitf387e06

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

‎doc/TODO

Lines changed: 5 additions & 1 deletion
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 Jul28 23:22:50 EDT 2005
5+
Last updated:Fri Jul29 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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
99
<h1><aname="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<ahref="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated:Thu Jul28 23:22:50 EDT 2005
11+
Last updated:Fri Jul29 12:05:22 EDT 2005
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<ahref="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)

[8]ページ先頭

©2009-2025 Movatter.jp