1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-12 02:37:31 +03:00

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.
This commit is contained in:
Tom Lane
2000-01-09 07:54:00 +00:00
parent 2a19ac97a7
commit bd62e062aa
10 changed files with 2328 additions and 143 deletions

2
src/configure vendored
View File

@@ -7924,6 +7924,7 @@ trap 'rm -fr `echo "GNUmakefile
pl/plpgsql/src/Makefile
pl/plpgsql/src/mklang.sql
pl/tcl/mkMakefile.tcldefs.sh
test/regress/GNUmakefile
include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
EOF
cat >> $CONFIG_STATUS <<EOF
@@ -8098,6 +8099,7 @@ CONFIG_FILES=\${CONFIG_FILES-"GNUmakefile
pl/plpgsql/src/Makefile
pl/plpgsql/src/mklang.sql
pl/tcl/mkMakefile.tcldefs.sh
test/regress/GNUmakefile
"}
EOF
cat >> $CONFIG_STATUS <<\EOF