Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Fix some grammar in documentation of spgist and pgbench
authorMichael Paquier <michael@paquier.xyz>
Mon, 20 May 2019 00:48:44 +0000 (09:48 +0900)
committerMichael Paquier <michael@paquier.xyz>
Mon, 20 May 2019 00:48:44 +0000 (09:48 +0900)
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

doc/src/sgml/ref/pgbench.sgml
doc/src/sgml/spgist.sgml

index 9e095e7cba1f28bd06cda24bb61ebb0c17701117..33e7b17c08f89c2b50f27e8d3451396acebed4cb 100644 (file)
@@ -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>
index 7ec1d0a0db87b9457e1cb35cfd2aa3abacdba11e..092a1ad729fb83ecb05b338acfdd911b70042062 100644 (file)
  <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>