diff options
author | Magnus Hagander <magnus@hagander.net> | 2012-07-04 09:06:02 +0200 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2012-07-04 09:06:02 +0200 |
commit | 85189bb930452321d224aa55ccf51f561ba04d5d (patch) | |
tree | 577174c060ed51baa5f573add98aabb977e13409 | |
parent | 94c35d5a966ed1112122912ac033e254f5a8d2ae (diff) | |
download | postgresql-85189bb930452321d224aa55ccf51f561ba04d5d.tar.gz postgresql-85189bb930452321d224aa55ccf51f561ba04d5d.zip |
Fix typo
gabrielle
-rw-r--r-- | doc/src/sgml/wal.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/wal.sgml b/doc/src/sgml/wal.sgml index ff825eca3b8..a3e91be4b89 100644 --- a/doc/src/sgml/wal.sgml +++ b/doc/src/sgml/wal.sgml @@ -378,7 +378,7 @@ committing at about the same time. Setting <varname>commit_delay</varname> can only help when there are many concurrently committing transactions, and it is difficult to tune it to a value that actually helps rather - than hurt throughput. + than hurts throughput. </para> </sect1> |