aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2012-02-14 11:09:49 -0500
committerBruce Momjian <bruce@momjian.us>2012-02-14 11:10:03 -0500
commit0a8396e35e2e230da7539372b32968c0d959fba8 (patch)
treed3faee5f3a4a0a9a9e0763095ed8508824ceb91f /doc/src
parentdc66f1c5f2a6e93d949252a0ad661388e1fe7856 (diff)
downloadpostgresql-0a8396e35e2e230da7539372b32968c0d959fba8.tar.gz
postgresql-0a8396e35e2e230da7539372b32968c0d959fba8.zip
Change contrib/pg_test_fsync to control tests in terms of seconds per
test, rather than a number of test cycles. Changes -o/cycles option to -s/seconds.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/pgtestfsync.sgml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/pgtestfsync.sgml b/doc/src/sgml/pgtestfsync.sgml
index 2889059c82c..ba9f0c1eb18 100644
--- a/doc/src/sgml/pgtestfsync.sgml
+++ b/doc/src/sgml/pgtestfsync.sgml
@@ -47,13 +47,13 @@ pg_test_fsync [options]
</varlistentry>
<varlistentry>
- <term><option>-o</option></term>
- <term><option>--ops-per-test</option></term>
+ <term><option>-s</option></term>
+ <term><option>--secs-per-test</option></term>
<listitem>
<para>
- Specifies the number of operations per test. The more operations
+ Specifies the number of seconds for each test. The more time
per test, the greater the test's accuracy, but the longer it takes
- to run. The default is 2000.
+ to run. The default is 2 seconds.
</para>
</listitem>
</varlistentry>