]> granicus.if.org Git - postgresql/commitdiff
Correction that 2pc state files use CRC-32.
authorSimon Riggs <simon@2ndQuadrant.com>
Tue, 19 Mar 2013 08:51:35 +0000 (08:51 +0000)
committerSimon Riggs <simon@2ndQuadrant.com>
Tue, 19 Mar 2013 08:51:35 +0000 (08:51 +0000)
Jeff Davis

doc/src/sgml/wal.sgml

index bf1f7b1fca73ff22901c4d0584d5d9852b85e60c..e96f0ce17d54732513e1b83554df54f4f0b6f256 100644 (file)
     <listitem>
      <para>
       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
       such data structures are persistent, WAL records are written that allow
       recent changes to be accurately rebuilt at crash recovery and those
       WAL records are protected as discussed above.
      </para>
     </listitem>
+    <listitem>
+     <para>
+      Individual state files in pg_twophase are protected by CRC-32.
+     </para>
+    </listitem>
     <listitem>
      <para>
       Temporary data files used in larger SQL queries for sorts,