From: Michael Paquier Date: Mon, 20 May 2019 00:48:37 +0000 (+0900) Subject: Fix some grammar in documentation of spgist and pgbench X-Git-Tag: REL_10_9~40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f920b8f71aa2083ca6eaf0f254e3a68be3f208d;p=postgresql 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 --- diff --git a/doc/src/sgml/ref/pgbench.sgml b/doc/src/sgml/ref/pgbench.sgml index d44c21a50e..01ee5546a3 100644 --- a/doc/src/sgml/ref/pgbench.sgml +++ b/doc/src/sgml/ref/pgbench.sgml @@ -366,7 +366,7 @@ pgbench options dbname limit - Transaction which last more than limit milliseconds + Transactions that last more than limit milliseconds are counted and reported separately, as late. diff --git a/doc/src/sgml/spgist.sgml b/doc/src/sgml/spgist.sgml index cd4a8d07c4..f0e4e13088 100644 --- a/doc/src/sgml/spgist.sgml +++ b/doc/src/sgml/spgist.sgml @@ -169,7 +169,7 @@ Of the two operator classes for type point, quad_point_ops is the default. 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.