diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2011-02-08 21:47:38 +0200 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2011-02-08 21:48:03 +0200 |
commit | 1703f0e8da2e8e3eccb6e12879c011ba106f8a62 (patch) | |
tree | d49cc3a9c9a9cf2a6b60e0955c55283d3a430689 /doc/src | |
parent | 7a7d36ec3363d10e0450209a9b451d86a2328b47 (diff) | |
download | postgresql-1703f0e8da2e8e3eccb6e12879c011ba106f8a62.tar.gz postgresql-1703f0e8da2e8e3eccb6e12879c011ba106f8a62.zip |
Fix typo, by Kevin Grittner.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/mvcc.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/mvcc.sgml b/doc/src/sgml/mvcc.sgml index f71f978ef20..c5d33091001 100644 --- a/doc/src/sgml/mvcc.sgml +++ b/doc/src/sgml/mvcc.sgml @@ -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> |