diff options
author | Bruce Momjian <bruce@momjian.us> | 2012-02-14 11:14:15 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2012-02-14 11:14:15 -0500 |
commit | ef7a7c81d99c721db6e7d550f3fef3b94737ee94 (patch) | |
tree | 68e86db158649a3e9f0a5e8985a96ef56c351509 /doc/src | |
parent | 0a8396e35e2e230da7539372b32968c0d959fba8 (diff) | |
download | postgresql-ef7a7c81d99c721db6e7d550f3fef3b94737ee94.tar.gz postgresql-ef7a7c81d99c721db6e7d550f3fef3b94737ee94.zip |
Document that the pg_test_fsync defaults allow the program to complete
in about 30 seconds.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/pgtestfsync.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/pgtestfsync.sgml b/doc/src/sgml/pgtestfsync.sgml index ba9f0c1eb18..9e17b049908 100644 --- a/doc/src/sgml/pgtestfsync.sgml +++ b/doc/src/sgml/pgtestfsync.sgml @@ -53,7 +53,8 @@ pg_test_fsync [options] <para> 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 2 seconds. + to run. The default is 2 seconds, which allows the program to + complete in about 30 seconds. </para> </listitem> </varlistentry> |