]> granicus.if.org Git - postgresql/commit
Rewrite pg_regress as a C program instead of a shell script.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 19 Jul 2006 02:37:00 +0000 (02:37 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 19 Jul 2006 02:37:00 +0000 (02:37 +0000)
commita38c85bd5d928115fdd22c9e28e0a7eeebc9878e
tree6a83928ce08c3f811e75dce1f89ac5802ef082ab
parent88295244be6a86aaa09a822ee857484cb46fd3ca
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/FAQ_HPUX
doc/src/sgml/regress.sgml
src/makefiles/pgxs.mk
src/pl/plperl/GNUmakefile
src/pl/plpython/Makefile
src/pl/tcl/Makefile
src/test/regress/GNUmakefile
src/test/regress/Makefile
src/test/regress/pg_regress.c [new file with mode: 0644]
src/test/regress/pg_regress.sh [deleted file]