Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0950d25

Browse files
committed
Fix some grammar in documentation of spgist and pgbench
Discussion:https://postgr.es/m/92961161-9b49-e42f-0a72-d5d47e0ed4de@postgrespro.ruAuthor: Liudmila MantrovaReviewed-by: Jonathan Katz, Tom Lane, Michael PaquierBackpatch-through: 9.4
1 parent9518978 commit0950d25

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

‎doc/src/sgml/ref/pgbench.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ pgbench <optional> <replaceable>options</replaceable> </optional> <replaceable>d
443443
<term><option>--latency-limit=</option><replaceable>limit</replaceable></term>
444444
<listitem>
445445
<para>
446-
Transaction which last more than <replaceable>limit</replaceable> milliseconds
446+
Transactions that last more than <replaceable>limit</replaceable> milliseconds
447447
are counted and reported separately, as <firstterm>late</firstterm>.
448448
</para>
449449
<para>

‎doc/src/sgml/spgist.sgml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
<para>
189189
Of the two operator classes for type <type>point</type>,
190190
<literal>quad_point_ops</literal> is the default. <literal>kd_point_ops</literal>
191-
supports the same operators but uses a different index data structurewhich
191+
supports the same operators but uses a different index data structurethat
192192
may offer better performance in some applications.
193193
</para>
194194

@@ -268,9 +268,9 @@
268268
<function>leaf_consistent</function> additionally returns a <type>boolean</type> result.
269269
The methods must not modify any fields of their input structs. In all
270270
cases, the output struct is initialized to zeroes before calling the
271-
user-defined method.Optional sixth method <function>compress</function>
272-
accepts datum to be indexed as the only argument and returns value suitable
273-
for physical storage in leaf tuple.
271+
user-defined method.The optional sixth method <function>compress</function>
272+
accepts datum to be indexed as the only argument and returnsavalue suitable
273+
for physical storage inaleaf tuple.
274274
</para>
275275

276276
<para>
@@ -423,9 +423,9 @@ typedef struct spgChooseOut
423423
type that was to be inserted into the index.
424424
<structfield>leafDatum</structfield> is a value of
425425
<structname>spgConfigOut</structname>.<structfield>leafType</structfield>
426-
type which is initiallyan result of method
426+
type, which is initiallya result of method
427427
<function>compress</function> applied to <structfield>datum</structfield>
428-
when method <function>compress</function> is provided, or same value as
428+
when method <function>compress</function> is provided, orthesame value as
429429
<structfield>datum</structfield> otherwise.
430430
<structfield>leafDatum</structfield> can change at lower levels of the tree
431431
if the <function>choose</function> or <function>picksplit</function>
@@ -820,7 +820,7 @@ typedef struct spgLeafConsistentOut
820820
Converts the data item into a format suitable for physical storage in
821821
a leaf tuple of index page. It accepts
822822
<structname>spgConfigIn</structname>.<structfield>attType</structfield>
823-
value andreturn
823+
value andreturns
824824
<structname>spgConfigOut</structname>.<structfield>leafType</structfield>
825825
value. Output value should not be toasted.
826826
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp