diff options
author | Magnus Hagander <magnus@hagander.net> | 2022-01-02 17:03:32 +0100 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2022-01-02 17:06:31 +0100 |
commit | 6c8110854168eb3799ccaaddb720678d0de6b0ee (patch) | |
tree | 00f04825d5641acf795e5f47f02bab6ce5a91fec | |
parent | 45ae4271410bfba0daba8e71eeb631c6f91088bb (diff) | |
download | postgresql-6c8110854168eb3799ccaaddb720678d0de6b0ee.tar.gz postgresql-6c8110854168eb3799ccaaddb720678d0de6b0ee.zip |
Fix typo
Reported-By: Eric Mutta
Backpatch-through: 10
Discussion: https://postgr.es/m/164052477973.21665.7888120874624887609@wrigleys.postgresql.org
-rw-r--r-- | doc/src/sgml/high-availability.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml index 37c44396f85..23f71e347c1 100644 --- a/doc/src/sgml/high-availability.sgml +++ b/doc/src/sgml/high-availability.sgml @@ -1094,7 +1094,7 @@ primary_slot_name = 'node_a_slot' servers. Waiting for confirmation increases the user's confidence that the changes will not be lost in the event of server crashes but it also necessarily increases the response time for the requesting transaction. - The minimum wait time is the round-trip time between primary to standby. + The minimum wait time is the round-trip time between primary and standby. </para> <para> |