mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
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
This commit is contained in:
parent
e0a39a1d9a
commit
7f920b8f71
@ -366,7 +366,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
|
|||||||
<term><option>--latency-limit=</option><replaceable>limit</></term>
|
<term><option>--latency-limit=</option><replaceable>limit</></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<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</>.
|
are counted and reported separately, as <firstterm>late</>.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
|
@ -169,7 +169,7 @@
|
|||||||
<para>
|
<para>
|
||||||
Of the two operator classes for type <type>point</>,
|
Of the two operator classes for type <type>point</>,
|
||||||
<literal>quad_point_ops</> is the default. <literal>kd_point_ops</>
|
<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.
|
may offer better performance in some applications.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user