Correction that 2pc state files use CRC-32.
Jeff Davis
This commit is contained in:
parent
2266db392c
commit
8c3b87ca10
@ -200,13 +200,18 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Internal data structures such as pg_clog, pg_subtrans, pg_multixact,
|
Internal data structures such as pg_clog, pg_subtrans, pg_multixact,
|
||||||
pg_serial, pg_notify, pg_stat, pg_snapshots, pg_twophase are not directly
|
pg_serial, pg_notify, pg_stat, pg_snapshots are not directly
|
||||||
checksummed, nor are pages protected by full page writes. However, where
|
checksummed, nor are pages protected by full page writes. However, where
|
||||||
such data structures are persistent, WAL records are written that allow
|
such data structures are persistent, WAL records are written that allow
|
||||||
recent changes to be accurately rebuilt at crash recovery and those
|
recent changes to be accurately rebuilt at crash recovery and those
|
||||||
WAL records are protected as discussed above.
|
WAL records are protected as discussed above.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Individual state files in pg_twophase are protected by CRC-32.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Temporary data files used in larger SQL queries for sorts,
|
Temporary data files used in larger SQL queries for sorts,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user