New scheme for managing platform-specific regress test result files.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: bd62e062aa8a976317187a18f3c9774cccdaf0e4
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-01-09T07:54:00Z
Releases: 7.1.1
New scheme for managing platform-specific regress test result files.
Instead of hard-wiring one result file per platform, there is a map file
'resultmap' that says which one to use --- a lot like template/.similar.
I have only created entries in resultmap for my own platform (HPUX) so
far; feel free to add lines for other platforms.

Files

PathChange+/−
src/configure modified +2 −0
src/configure.in modified +1 −0
src/GNUmakefile.in modified +3 −2
src/test/regress/expected/geometry-hppa2.0.out added +532 −0
src/test/regress/expected/horology-no-DST-before-1970.out added +1588 −0
src/test/regress/GNUmakefile.in (from src/test/regress/GNUmakefile) renamed +25 −21
src/test/regress/README modified +62 −34
src/test/regress/regress.sh modified +44 −25
src/test/regress/resultmap added +4 −0
src/test/regress/run_check.sh modified +67 −61