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

Commitd82a505

Browse files
committed
doc: PG 13 relnotes: adjust wal_skip_threshold wording
1 parent17cc133 commitd82a505

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/release-13.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -629,11 +629,11 @@ Author: Noah Misch <noah@leadboat.com>
629629
-->
630630

631631
<para>
632-
Allow skipping of WAL fornew tables and indexes if wal_level is 'minimal' (Kyotaro Horiguchi)
632+
Allow skipping of WAL forfull table writes if wal_level is 'minimal' (Kyotaro Horiguchi)
633633
</para>
634634

635635
<para>
636-
Relations larger than wal_skip_threshold will have their files fsync'ed rather thanwriting theirWAL records. Previously this was done only for COPY operations, but the implementation had a bug
636+
Relations larger than wal_skip_threshold will have their files fsync'ed rather thangeneratingWAL. Previously this was done only for COPY operations, but the implementation had a bug
637637
that could cause data loss during crash recovery.
638638

639639
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp