Skip to content

Commit 10c62c2

Browse files
authored
Fixed what I believe to be a mistake in setup description (#984)
1 parent 11bd982 commit 10c62c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ different Postgres architectures for your production needs.
6868
In this case, the system is setup with two standby nodes participating in
6969
the replication quorum, allowing for ``number_sync_standbys = 1``. The
7070
system always maintains a minimum of two copies of the data set: one on the
71-
primary, another one on one on either node B or node D. Whenever we lose one
71+
primary, another one on either node B or node C. Whenever we lose one
7272
of those nodes, we can hold to this guarantee of two copies of the data set.
7373

7474
Adding to that, we have the standby server D which has been set up to not

0 commit comments

Comments
 (0)