You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/src/sgml/release-13.sgml
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -633,7 +633,9 @@ Allow skipping of WAL for new tables and indexes if wal_level is 'minimal' (Kyot
633
633
</para>
634
634
635
635
<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
+
637
639
</para>
638
640
639
641
</listitem>
@@ -1605,7 +1607,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
1605
1607
-->
1606
1608
1607
1609
<para>
1608
-
Allow Unicode escapes, e.g., E'\u####', U&'\####', torepresent any
1610
+
Allow Unicode escapes, e.g., E'\u####', U&'\####', tospecify any
1609
1611
character available in the database encoding, even when the database