Typo fix in SSI docs.

Kevin Grittner
This commit is contained in:
Robert Haas 2011-03-27 21:35:15 -04:00
parent de32982242
commit 20a1159fcc

View file

@ -635,7 +635,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
<para> <para>
Control the number of active connections, using a connection pool if Control the number of active connections, using a connection pool if
needed. This is always an important performance consideration, but 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. transactions.
</para> </para>
</listitem> </listitem>