|
1 |
| -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/regress.sgml,v 1.11 2000/10/17 15:26:40 petere Exp $ --> |
| 1 | +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/regress.sgml,v 1.12 2000/10/22 19:11:05 tgl Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="regress">
|
4 | 4 | <title id="regress-title">Regression Tests</title>
|
|
30 | 30 | of tests in parallel. Parallel testing gives confidence that
|
31 | 31 | interprocess communication and locking are working correctly. For
|
32 | 32 | historical reasons, the sequential test is usually run against an
|
33 |
| - existing installation and the parallel method |
34 |
| - <quote>stand-alone</quote>, but there are technical reasons for |
35 |
| - this. |
| 33 | + existing installation and the parallel method against a temporary |
| 34 | + installation, but there are no technical reasons for this. |
36 | 35 | </para>
|
37 | 36 |
|
38 | 37 | <para>
|
|