projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e51d0b3
)
Fix typo.
author
Tom Lane
Sun, 22 Oct 2000 19:11:05 +0000
(19:11 +0000)
committer
Tom Lane
Sun, 22 Oct 2000 19:11:05 +0000
(19:11 +0000)
doc/src/sgml/regress.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/regress.sgml
b/doc/src/sgml/regress.sgml
index c4f26365a439b1297e083805f8adb04d2aadcb62..ebf17683735546bfa486a375c0578ac69f61ed26 100644
(file)
--- a/
doc/src/sgml/regress.sgml
+++ b/
doc/src/sgml/regress.sgml
@@
-1,4
+1,4
@@
-
+
Regression Tests
@@
-30,9
+30,8
@@
of tests in parallel. Parallel testing gives confidence that
interprocess communication and locking are working correctly. For
historical reasons, the sequential test is usually run against an
- existing installation and the parallel method
-
stand-alone
, but there are technical reasons for
- this.
+ existing installation and the parallel method against a temporary
+ installation, but there are no technical reasons for this.