8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49bf815 commit eff5b24Copy full SHA for eff5b24
src/backend/storage/page/README
@@ -9,7 +9,8 @@ have a very low measured incidence according to research on large server farms,
9
http://www.cs.toronto.edu/~bianca/papers/sigmetrics09.pdf, discussed
10
2010/12/22 on -hackers list.
11
12
-Current implementation requires this be enabled system-wide at initdb time.
+Current implementation requires this be enabled system-wide at initdb time, or
13
+by using the pg_checksums tool on an offline cluster.
14
15
The checksum is not valid at all times on a data page!!
16
The checksum is valid when the page leaves the shared pool and is checked
0 commit comments