aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2011-01-11 22:47:58 +0200
committerPeter Eisentraut <peter_e@gmx.net>2011-01-11 22:47:58 +0200
commitb95ea9dd628a93f564e460b8870228755b520220 (patch)
tree6bb9b01564f1d582f7a87f10e9500f5768c83bcf /doc/src
parent4c8e20f815cbdf043d6d27906fd85ae50c9e4870 (diff)
downloadpostgresql-b95ea9dd628a93f564e460b8870228755b520220.tar.gz
postgresql-b95ea9dd628a93f564e460b8870228755b520220.zip
Add some subsection headings
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/regress.sgml12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml
index 6c712218069..6a3ac95558b 100644
--- a/doc/src/sgml/regress.sgml
+++ b/doc/src/sgml/regress.sgml
@@ -32,6 +32,9 @@
interprocess communication and locking are working correctly.
</para>
+ <sect2>
+ <title>Running the tests against a temporary installation</title>
+
<para>
To run the parallel regression tests after building but before installation,
type:
@@ -104,6 +107,10 @@ gmake MAX_CONNECTIONS=10 check
</screen>
runs no more than ten tests concurrently.
</para>
+ </sect2>
+
+ <sect2>
+ <title>Running the tests against an existing installation</title>
<para>
To run the tests after installation<![%standalone-ignore;[ (see <xref linkend="installation">)]]>,
@@ -142,6 +149,10 @@ gmake installcheck
You can also do this in a subdirectory of <filename>contrib</> to run
the tests for just one module.
</para>
+ </sect2>
+
+ <sect2>
+ <title>Testing Hot Standby</title>
<para>
The source distribution also contains regression tests of the static
@@ -182,6 +193,7 @@ gmake standbycheck
<para>
Additional automated testing may be available in later releases.
</para>
+ </sect2>
</sect1>
<sect1 id="regress-evaluation">