Skip to content

Commit 8c3b87c

Browse files
Correction that 2pc state files use CRC-32.
Jeff Davis
1 parent 2266db3 commit 8c3b87c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/src/sgml/wal.sgml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,13 +200,18 @@
200200
<listitem>
201201
<para>
202202
Internal data structures such as pg_clog, pg_subtrans, pg_multixact,
203-
pg_serial, pg_notify, pg_stat, pg_snapshots, pg_twophase are not directly
203+
pg_serial, pg_notify, pg_stat, pg_snapshots are not directly
204204
checksummed, nor are pages protected by full page writes. However, where
205205
such data structures are persistent, WAL records are written that allow
206206
recent changes to be accurately rebuilt at crash recovery and those
207207
WAL records are protected as discussed above.
208208
</para>
209209
</listitem>
210+
<listitem>
211+
<para>
212+
Individual state files in pg_twophase are protected by CRC-32.
213+
</para>
214+
</listitem>
210215
<listitem>
211216
<para>
212217
Temporary data files used in larger SQL queries for sorts,

0 commit comments

Comments
 (0)