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

Commit03310db

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 parent78d6a9c commit03310db

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
@@ -206,7 +206,7 @@
206206
<para>
207207
Of the two operator classes for type <type>point</type>,
208208
<literal>quad_point_ops</literal> is the default. <literal>kd_point_ops</literal>
209-
supports the same operators but uses a different index data structurewhich
209+
supports the same operators but uses a different index data structurethat
210210
may offer better performance in some applications.
211211
</para>
212212
<para>
@@ -292,9 +292,9 @@
292292
<function>leaf_consistent</function> additionally returns a <type>boolean</type> result.
293293
The methods must not modify any fields of their input structs. In all
294294
cases, the output struct is initialized to zeroes before calling the
295-
user-defined method.Optional sixth method <function>compress</function>
296-
accepts datum to be indexed as the only argument and returns value suitable
297-
for physical storage in leaf tuple.
295+
user-defined method.The optional sixth method <function>compress</function>
296+
accepts datum to be indexed as the only argument and returnsavalue suitable
297+
for physical storage inaleaf tuple.
298298
</para>
299299

300300
<para>
@@ -447,9 +447,9 @@ typedef struct spgChooseOut
447447
type that was to be inserted into the index.
448448
<structfield>leafDatum</structfield> is a value of
449449
<structname>spgConfigOut</structname>.<structfield>leafType</structfield>
450-
type which is initiallyan result of method
450+
type, which is initiallya result of method
451451
<function>compress</function> applied to <structfield>datum</structfield>
452-
when method <function>compress</function> is provided, or same value as
452+
when method <function>compress</function> is provided, orthesame value as
453453
<structfield>datum</structfield> otherwise.
454454
<structfield>leafDatum</structfield> can change at lower levels of the tree
455455
if the <function>choose</function> or <function>picksplit</function>
@@ -868,7 +868,7 @@ typedef struct spgLeafConsistentOut
868868
Converts the data item into a format suitable for physical storage in
869869
a leaf tuple of index page. It accepts
870870
<structname>spgConfigIn</structname>.<structfield>attType</structfield>
871-
value andreturn
871+
value andreturns
872872
<structname>spgConfigOut</structname>.<structfield>leafType</structfield>
873873
value. Output value should not be toasted.
874874
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp