8000 Fix typo. · postgrespro/postgres_cluster@6e11a10 · GitHub
[go: up one dir, main page]

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

Appearance settings

Commit 6e11a10

Browse files
committed
Fix typo.
1 parent 7c6c09c commit 6e11a10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/high-availability.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.50 2010/02/25 08:57:47 heikki Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.51 2010/02/25 09:16:42 heikki Exp $ -->
22

33
<chapter id="high-availability">
44
<title>High Availability, Load Balancing, and Replication</title>
@@ -769,7 +769,7 @@ if (!triggered)
769769
</para>
770770

771771
<para>
772-
Streaming replication is asynchronous, so there is stilll a small delay
772+
Streaming replication is asynchronous, so there is still a small delay
773773
between committing a transaction in the primary and for the changes to
774774
become visible in the standby. The delay is however much smaller than with
775775
file-based log shipping, typically under one second assuming the standby

0 commit comments

Comments
 (0)
0