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:35 +0200 |
commit | ed4cd4b6644cfc9e0d952b85449f04437d0387e8 (patch) | |
tree | ee14192775e489928171d80dc31e2fa72854f80d | |
parent | 5f2fa7f5616fac9ca5570d033e2b66ed5c8da595 (diff) | |
download | postgresql-ed4cd4b6644cfc9e0d952b85449f04437d0387e8.tar.gz postgresql-ed4cd4b6644cfc9e0d952b85449f04437d0387e8.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 0afb9d6af60..baa36a147e4 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> |