|
32 | 32 | interprocess communication and locking are working correctly. |
33 | 33 | </para> |
34 | 34 |
|
| 35 | + <sect2> |
| 36 | + <title>Running the tests against a temporary installation</title> |
| 37 | + |
35 | 38 | <para> |
36 | 39 | To run the parallel regression tests after building but before installation, |
37 | 40 | type: |
@@ -104,6 +107,10 @@ gmake MAX_CONNECTIONS=10 check |
104 | 107 | </screen> |
105 | 108 | runs no more than ten tests concurrently. |
106 | 109 | </para> |
| 110 | + </sect2> |
| 111 | + |
| 112 | + <sect2> |
| 113 | + <title>Running the tests against an existing installation</title> |
107 | 114 |
|
108 | 115 | <para> |
109 | 116 | To run the tests after installation<![%standalone-ignore;[ (see <xref linkend="installation">)]]>, |
@@ -142,6 +149,10 @@ gmake installcheck |
142 | 149 | You can also do this in a subdirectory of <filename>contrib</> to run |
143 | 150 | the tests for just one module. |
144 | 151 | </para> |
| 152 | + </sect2> |
| 153 | + |
| 154 | + <sect2> |
| 155 | + <title>Testing Hot Standby</title> |
145 | 156 |
|
146 | 157 | <para> |
147 | 158 | The source distribution also contains regression tests of the static |
@@ -182,6 +193,7 @@ gmake standbycheck |
182 | 193 | <para> |
183 | 194 | Additional automated testing may be available in later releases. |
184 | 195 | </para> |
| 196 | + </sect2> |
185 | 197 | </sect1> |
186 | 198 |
|
187 | 199 | <sect1 id="regress-evaluation"> |
|