summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorMichael Paquier2019-05-20 00:48:44 +0000
committerMichael Paquier2019-05-20 00:48:44 +0000
commitbe56bf76b0f397e6479407d8d522a50eae8e29d5 (patch)
tree9d49598aeded395545db0d27a9c9dd706172ce27 /doc/src
parent4796c5ec4790bca5bd2d1f54c35be81d4421918b (diff)
Fix some grammar in documentation of spgist and pgbench
Discussion: https://postgr.es/m/92961161-9b49-e42f-0a72-d5d47e0ed4de@postgrespro.ru Author: Liudmila Mantrova Reviewed-by: Jonathan Katz, Tom Lane, Michael Paquier Backpatch-through: 9.4
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/pgbench.sgml2
-rw-r--r--doc/src/sgml/spgist.sgml2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/pgbench.sgml b/doc/src/sgml/ref/pgbench.sgml
index 9e095e7cba1..33e7b17c08f 100644
--- a/doc/src/sgml/ref/pgbench.sgml
+++ b/doc/src/sgml/ref/pgbench.sgml
@@ -366,7 +366,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
<term><option>--latency-limit=</option><replaceable>limit</></term>
<listitem>
<para>
- Transaction which last more than <replaceable>limit</> milliseconds
+ Transactions that last more than <replaceable>limit</> milliseconds
are counted and reported separately, as <firstterm>late</>.
</para>
<para>
diff --git a/doc/src/sgml/spgist.sgml b/doc/src/sgml/spgist.sgml
index 7ec1d0a0db8..092a1ad729f 100644
--- a/doc/src/sgml/spgist.sgml
+++ b/doc/src/sgml/spgist.sgml
@@ -152,7 +152,7 @@
<para>
Of the two operator classes for type <type>point</>,
<literal>quad_point_ops</> is the default. <literal>kd_point_ops</>
- supports the same operators but uses a different index data structure which
+ supports the same operators but uses a different index data structure that
may offer better performance in some applications.
</para>