Skip to content

Commit 188b744

Browse files
committed
HA doc wording improvement.
1 parent 7ec1c5a commit 188b744

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/high-availability.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.7 2006/11/21 21:37:33 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.8 2006/11/21 22:48:33 momjian Exp $ -->
22

33
<chapter id="high-availability">
44
<title>High Availability and Load Balancing</title>
@@ -197,8 +197,8 @@ protocol to make nodes agree on a serializable transactional order.
197197
is best for mostly read workloads, though its big advantage
198198
is that any server can accept write requests &mdash; there is
199199
no need to partition workloads between master and slave servers,
200-
and because the changes are sent from one server to another,
201-
there is not a problem with non-deterministic functions like
200+
and because the data changes are sent from one server to another,
201+
there is no problem with non-deterministic functions like
202202
<function>random()</>.
203203
</para>
204204

0 commit comments

Comments
 (0)