aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2020-05-12 17:17:12 -0400
committerBruce Momjian <bruce@momjian.us>2020-05-12 17:17:21 -0400
commitac3a4866c0bf1d7a14009f18d3b42ffcb063a7e9 (patch)
tree38c45d0d8fff82a6d3c3b9c41b21a60c0fa6642c
parent87c291e29d6bf403c6adefd81ddafa134c254a3e (diff)
downloadpostgresql-ac3a4866c0bf1d7a14009f18d3b42ffcb063a7e9.tar.gz
postgresql-ac3a4866c0bf1d7a14009f18d3b42ffcb063a7e9.zip
docs: PG 13 relnotes: adjust wal_skip_threshold and UTF8 items
-rw-r--r--doc/src/sgml/release-13.sgml6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/sgml/release-13.sgml b/doc/src/sgml/release-13.sgml
index 34211e2b68f..5157bd516be 100644
--- a/doc/src/sgml/release-13.sgml
+++ b/doc/src/sgml/release-13.sgml
@@ -633,7 +633,9 @@ Allow skipping of WAL for new tables and indexes if wal_level is 'minimal' (Kyot
</para>
<para>
-Relations larger than wal_skip_threshold will have their files fsync'ed rather than writing their WAL records.
+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
+that could cause data loss during crash recovery.
+
</para>
</listitem>
@@ -1605,7 +1607,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
-->
<para>
-Allow Unicode escapes, e.g., E'\u####', U&amp;'\####', to represent any
+Allow Unicode escapes, e.g., E'\u####', U&amp;'\####', to specify any
character available in the database encoding, even when the database
encoding is not UTF-8 (Tom Lane)
</para>