mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 06:37:06 -04:00
Fix typo, by Kevin Grittner.
This commit is contained in:
parent
7a7d36ec33
commit
1703f0e8da
1 changed files with 1 additions and 1 deletions
|
|
@ -670,7 +670,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
|
|||
permanent database writes within Serializable transactions on the
|
||||
master will ensure that all standbys will eventually reach a consistent
|
||||
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.
|
||||
</para>
|
||||
</warning>
|
||||
|
|
|
|||
Loading…
Reference in a new issue