Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d82a505

Browse files
committed
doc: PG 13 relnotes: adjust wal_skip_threshold wording
1 parent 17cc133 commit d82a505

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/release-13.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -629,11 +629,11 @@ Author: Noah Misch <noah@leadboat.com>
629629
-->
630630

631631
<para>
632-
Allow skipping of WAL for new tables and indexes if wal_level is 'minimal' (Kyotaro Horiguchi)
632+
Allow skipping of WAL for full table writes if wal_level is 'minimal' (Kyotaro Horiguchi)
633633
</para>
634634

635635
<para>
636-
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
636+
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
637637
that could cause data loss during crash recovery.
638638

639639
</para>

0 commit comments

Comments
 (0)