From a38c85bd5d928115fdd22c9e28e0a7eeebc9878e Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Wed, 19 Jul 2006 02:37:00 +0000 Subject: Rewrite pg_regress as a C program instead of a shell script. This allows it to be used on Windows without installing mingw (though you do still need 'diff'), and opens the door to future improvements such as message localization. Magnus Hagander and Tom Lane. --- doc/src/sgml/regress.sgml | 26 +++++--------------------- 1 file changed, 5 insertions(+), 21 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml index 855c13a1ec6..141eaaa0bf1 100644 --- a/doc/src/sgml/regress.sgml +++ b/doc/src/sgml/regress.sgml @@ -1,4 +1,4 @@ - + Regression Tests @@ -110,19 +110,6 @@ gmake MAX_CONNECTIONS=10 check runs no more than ten tests concurrently. - - On some systems, the default Bourne-compatible shell - (/bin/sh) gets confused when it has to manage - too many child processes in parallel. This may cause the parallel - test run to lock up or fail. In such cases, specify a different - Bourne-compatible shell on the command line, for example: - -gmake SHELL=/bin/ksh check - - If no non-broken shell is available, you may be able to work around the - problem by limiting the number of connections, as shown above. - - To run the tests after installation)]]>, initialize a data area and start the @@ -370,13 +357,10 @@ testname/platformpattern=comparisonfilename The test name is just the name of the particular regression test module. The platform pattern is a pattern in the style of the Unix tool expr (that is, a regular expression with an implicit - ^ anchor - at the start). It is matched against the platform name as printed - by config.guess followed by - :gcc or :cc, depending on - whether you use the GNU compiler or the system's native compiler - (on systems where there is a difference). The comparison file - name is the base name of the substitute result comparison file. + ^ anchor at the start). It is matched against the + platform name as printed by config.guess. + The comparison file name is the base name of the substitute result + comparison file. -- cgit v1.2.3