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

Commit ac3a486

Browse files
committed
docs: PG 13 relnotes: adjust wal_skip_threshold and UTF8 items
1 parent 87c291e commit ac3a486

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/src/sgml/release-13.sgml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,9 @@ Allow skipping of WAL for new tables and indexes if wal_level is 'minimal' (Kyot
633633
</para>
634634

635635
<para>
636-
Relations larger than wal_skip_threshold will have their files fsync'ed rather than writing their WAL records.
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
637+
that could cause data loss during crash recovery.
638+
637639
</para>
638640

639641
</listitem>
@@ -1605,7 +1607,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
16051607
-->
16061608

16071609
<para>
1608-
Allow Unicode escapes, e.g., E'\u####', U&amp;'\####', to represent any
1610+
Allow Unicode escapes, e.g., E'\u####', U&amp;'\####', to specify any
16091611
character available in the database encoding, even when the database
16101612
encoding is not UTF-8 (Tom Lane)
16111613
</para>

0 commit comments

Comments
 (0)