diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2000-10-22 19:11:05 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2000-10-22 19:11:05 +0000 |
commit | cd57d64876967c7ac691127b4d01325b5b109e62 (patch) | |
tree | 9c57141903b79bafa6c354bf598955a51f66760a /doc/src | |
parent | e51d0b3c37d6bf2e5303273f1186808eef55b07f (diff) |
Fix typo.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/regress.sgml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml index c4f26365a43..ebf17683735 100644 --- a/doc/src/sgml/regress.sgml +++ b/doc/src/sgml/regress.sgml @@ -1,4 +1,4 @@ -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/regress.sgml,v 1.11 2000/10/17 15:26:40 petere Exp $ --> +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/regress.sgml,v 1.12 2000/10/22 19:11:05 tgl Exp $ --> <chapter id="regress"> <title id="regress-title">Regression Tests</title> @@ -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 - <quote>stand-alone</quote>, 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. </para> <para> |