Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitac3a486

Browse files
committed
docs: PG 13 relnotes: adjust wal_skip_threshold and UTF8 items
1 parent87c291e commitac3a486

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;'\####', torepresent any
1610+
Allow Unicode escapes, e.g., E'\u####', U&amp;'\####', tospecify 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)

[8]ページ先頭

©2009-2025 Movatter.jp