Commit d82a5058 authored by Bruce Momjian's avatar Bruce Momjian

doc: PG 13 relnotes: adjust wal_skip_threshold wording

parent 17cc133f
......@@ -629,11 +629,11 @@ Author: Noah Misch <noah@leadboat.com>
-->
<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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment