From 6e11a10c4ca2f01143d237e9d110a20d63987291 Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Thu, 25 Feb 2010 09:16:42 +0000 Subject: [PATCH] Fix typo. --- doc/src/sgml/high-availability.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml index e7d25184eb..a949ff348f 100644 --- a/doc/src/sgml/high-availability.sgml +++ b/doc/src/sgml/high-availability.sgml @@ -1,4 +1,4 @@ - + High Availability, Load Balancing, and Replication @@ -769,7 +769,7 @@ if (!triggered) - Streaming replication is asynchronous, so there is stilll a small delay + Streaming replication is asynchronous, so there is still a small delay between committing a transaction in the primary and for the changes to become visible in the standby. The delay is however much smaller than with file-based log shipping, typically under one second assuming the standby -- 2.40.0