From e75d99818dd3940be997520e64db8c9e3b207e39 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 21 May 2024 07:05:26 +0200 Subject: Merging upstream version 15.7. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/wal-async-commit.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/html/wal-async-commit.html') diff --git a/doc/src/sgml/html/wal-async-commit.html b/doc/src/sgml/html/wal-async-commit.html index 2b5ff28..7da7e99 100644 --- a/doc/src/sgml/html/wal-async-commit.html +++ b/doc/src/sgml/html/wal-async-commit.html @@ -1,5 +1,5 @@ -30.4. Asynchronous Commit

30.4. Asynchronous Commit

+30.4. Asynchronous Commit

30.4. Asynchronous Commit

Asynchronous commit is an option that allows transactions to complete more quickly, at the cost that the most recent transactions may be lost if the database should crash. In many applications this is an @@ -96,4 +96,4 @@ setting can be thought of as a way of increasing the time window in which transactions can join a group about to participate in a single flush, to amortize the cost of the flush among multiple transactions. -

\ No newline at end of file +

\ No newline at end of file -- cgit v1.2.3