doc: PG 13 relnotes: adjust wal_skip_threshold wording
authorBruce Momjian <[email protected]>
Thu, 14 May 2020 02:48:11 +0000 (22:48 -0400)
committerBruce Momjian <[email protected]>
Thu, 14 May 2020 02:48:11 +0000 (22:48 -0400)
doc/src/sgml/release-13.sgml

index 5157bd516be5141218c031804f618e06e46abaee..0697dec59ea0c8f63d0c3b7b82971b7be2d84753 100644 (file)
@@ -629,11 +629,11 @@ Author: Noah Misch <[email protected]>
 -->
 
 <para>
-Allow skipping of WAL for new tables and indexes if wal_level is 'minimal' (Kyotaro Horiguchi)
+Allow skipping of WAL for full table writes if wal_level is 'minimal' (Kyotaro Horiguchi)
 </para>
 
 <para>
-Relations larger than wal_skip_threshold will have their files fsync'ed rather than writing their WAL records.  Previously this was done only for COPY operations, but the implementation had a bug
+Relations larger than wal_skip_threshold will have their files fsync'ed rather than generating WAL.  Previously this was done only for COPY operations, but the implementation had a bug
 that could cause data loss during crash recovery.
 
 </para>