OSDN Git Service

Fix typo, by Kevin Grittner.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 8 Feb 2011 19:47:38 +0000 (21:47 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 8 Feb 2011 19:48:03 +0000 (21:48 +0200)
doc/src/sgml/mvcc.sgml

index f71f978..c5d3309 100644 (file)
@@ -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>