aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon Riggs <simon@2ndQuadrant.com>2013-04-08 17:20:26 +0100
committerSimon Riggs <simon@2ndQuadrant.com>2013-04-08 17:20:26 +0100
commite60d20a35e436cef3c454bfeab34d8ea71b54910 (patch)
tree67d1a2be0161b35288c962291f95a0d87f72f04d /src
parent594041311c8263832258d35632aa3eebf9371fd1 (diff)
downloadpostgresql-e60d20a35e436cef3c454bfeab34d8ea71b54910.tar.gz
postgresql-e60d20a35e436cef3c454bfeab34d8ea71b54910.zip
Minor rewording of README comments
Diffstat (limited to 'src')
-rw-r--r--src/backend/storage/page/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/page/README b/src/backend/storage/page/README
index d8e3f670791..5127d98da37 100644
--- a/src/backend/storage/page/README
+++ b/src/backend/storage/page/README
@@ -44,7 +44,7 @@ record a full page image in WAL. Hint bits updates should be protected using
MarkBufferDirtyHint(), which is responsible for writing the full-page image
when necessary.
-Note that when we write a page checksum we include the hopefully zero bytes
+Note that when we write a page checksum we include the hopefully zeroed bytes
that form the hole in the centre of a standard page. Thus, when we read the
block back from storage we implicitly check that the hole is still all zeroes.
We do this to ensure that we spot errors that could have destroyed data even