projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0a39a1
)
Fix some grammar in documentation of spgist and pgbench
author
Michael Paquier
Mon, 20 May 2019 00:48:37 +0000
(09:48 +0900)
committer
Michael Paquier
Mon, 20 May 2019 00:48:37 +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
patch
|
blob
|
blame
|
history
doc/src/sgml/spgist.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/pgbench.sgml
b/doc/src/sgml/ref/pgbench.sgml
index d44c21a50edb2b54f6699b526715f9ae8d96c52a..01ee5546a345bf10ee755554bf791fd4e1c5b170 100644
(file)
--- a/
doc/src/sgml/ref/pgbench.sgml
+++ b/
doc/src/sgml/ref/pgbench.sgml
@@
-366,7
+366,7
@@
pgbench
options>
dbname>
--latency-limit=
limit>
- Transaction
which
last more than
limit> milliseconds
+ Transaction
s 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 cd4a8d07c4ad7945b17e69e7c33ed2bbae1338a8..f0e4e130886e60a3c89a8b9bd0992c209ae871d6 100644
(file)
--- 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.