projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a7d36e
)
Fix typo, by Kevin Grittner.
author
Heikki Linnakangas
Tue, 8 Feb 2011 19:47:38 +0000
(21:47 +0200)
committer
Heikki Linnakangas
Tue, 8 Feb 2011 19:48:03 +0000
(21:48 +0200)
doc/src/sgml/mvcc.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/mvcc.sgml
b/doc/src/sgml/mvcc.sgml
index f71f978ef20ce54343e111d317097cefd2555caa..c5d330910013880177a57cf0ae21c9e47885f436 100644
(file)
--- 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 i
n
inconsistent with any serial execution
+ see a transient state which i
s
inconsistent with any serial execution
of serializable transactions on the master.