aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2020-05-13 22:48:11 -0400
committerBruce Momjian <bruce@momjian.us>2020-05-13 22:48:11 -0400
commitd82a5058fdb5905abc9867da302000c39aa30f01 (patch)
tree07bd4e523d43ae5ed2174d6dd30d3a883c927f3d
parent17cc133f017cb13737e23ce0da4415daf2c34cc3 (diff)
downloadpostgresql-d82a5058fdb5905abc9867da302000c39aa30f01.tar.gz
postgresql-d82a5058fdb5905abc9867da302000c39aa30f01.zip
doc: PG 13 relnotes: adjust wal_skip_threshold wording
-rw-r--r--doc/src/sgml/release-13.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/release-13.sgml b/doc/src/sgml/release-13.sgml
index 5157bd516be..0697dec59ea 100644
--- a/doc/src/sgml/release-13.sgml
+++ b/doc/src/sgml/release-13.sgml
@@ -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>