aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2011-03-27 21:35:15 -0400
committerRobert Haas <rhaas@postgresql.org>2011-03-27 21:35:15 -0400
commit20a1159fccd2c4580e5e1c9782cb98f95c40648a (patch)
treefa8a7b1c7edc9343e30a6847025f0dc4f2cf8fc0
parentde32982242416ca0c78f8e8de4e4cd44af170bda (diff)
downloadpostgresql-20a1159fccd2c4580e5e1c9782cb98f95c40648a.tar.gz
postgresql-20a1159fccd2c4580e5e1c9782cb98f95c40648a.zip
Typo fix in SSI docs.
Kevin Grittner
-rw-r--r--doc/src/sgml/mvcc.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/mvcc.sgml b/doc/src/sgml/mvcc.sgml
index 785c9d75218..180d6e82e46 100644
--- a/doc/src/sgml/mvcc.sgml
+++ b/doc/src/sgml/mvcc.sgml
@@ -635,7 +635,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
<para>
Control the number of active connections, using a connection pool if
needed. This is always an important performance consideration, but
- it can be paricularly important in a busy system using Serializable
+ it can be particularly important in a busy system using Serializable
transactions.
</para>
</listitem>