Commit 1703f0e8 authored by Heikki Linnakangas's avatar Heikki Linnakangas

Fix typo, by Kevin Grittner.

parent 7a7d36ec
...@@ -670,7 +670,7 @@ ERROR: could not serialize access due to read/write dependencies among transact ...@@ -670,7 +670,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
permanent database writes within Serializable transactions on the permanent database writes within Serializable transactions on the
master will ensure that all standbys will eventually reach a consistent master will ensure that all standbys will eventually reach a consistent
state, a Repeatable Read transaction run on the standby can sometimes state, a Repeatable Read transaction run on the standby can sometimes
see a transient state which in inconsistent with any serial execution see a transient state which is inconsistent with any serial execution
of serializable transactions on the master. of serializable transactions on the master.
</para> </para>
</warning> </warning>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment