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

Commit8c3b87c

Browse files
Correction that 2pc state files use CRC-32.
Jeff Davis
1 parent2266db3 commit8c3b87c

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)

[8]ページ先頭

©2009-2025 Movatter.jp