Rewrite pg_regress as a C program instead of a shell script.

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

Commit: a38c85bd5d928115fdd22c9e28e0a7eeebc9878e
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-07-19T02:37:00Z
Releases: 8.2.0
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.

Files

PathChange+/−
doc/FAQ_HPUX modified +1 −17
doc/src/sgml/regress.sgml modified +5 −21
src/makefiles/pgxs.mk modified +4 −4
src/pl/plperl/GNUmakefile modified +3 −3
src/pl/plpython/Makefile modified +3 −3
src/pl/tcl/Makefile modified +3 −3
src/test/regress/GNUmakefile modified +24 −23
src/test/regress/Makefile modified +1 −1
src/test/regress/pg_regress.c added +1601 −0
src/test/regress/pg_regress.sh deleted +0 −777