mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
doc: PG 13 relnotes: adjust wal_skip_threshold wording
This commit is contained in:
parent
17cc133f01
commit
d82a5058fd
@ -629,11 +629,11 @@ Author: Noah Misch <noah@leadboat.com>
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Allow skipping of WAL for new tables and indexes if wal_level is 'minimal' (Kyotaro Horiguchi)
|
Allow skipping of WAL for full table writes if wal_level is 'minimal' (Kyotaro Horiguchi)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
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
|
Relations larger than wal_skip_threshold will have their files fsync'ed rather than generating WAL. Previously this was done only for COPY operations, but the implementation had a bug
|
||||||
that could cause data loss during crash recovery.
|
that could cause data loss during crash recovery.
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user