Copy refint.so and autoinc.so into the src/test/regress directory during
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 30 May 2008 00:04:32 +0000 (00:04 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 30 May 2008 00:04:32 +0000 (00:04 +0000)
commitb1b09e9cb87455d9f708c5419e37e64592b99d8b
tree768b753cb10f1a34820c90a4b06a6b2f240aeafa
parent703ac70bb53e414c09c455906629d7ae57f5bcee
Copy refint.so and autoinc.so into the src/test/regress directory during
"make all", and then reference them there during the actual tests.  This
makes the handling of these files more parallel to that of regress.so,
and in particular simplifies use of the regression tests outside the
original build tree.  The PGDG and Red Hat RPMs have been doing this via
patches for a very long time.  Inclusion of the change in core was requested
by Jørgen Austvik of Sun, and I can't see any reason not to.

I attempted to fix the MSVC scripts for this too, but they may need
further tweaking ...
doc/src/sgml/regress.sgml
src/test/regress/GNUmakefile
src/test/regress/input/create_function_1.source
src/test/regress/output/create_function_1.source
src/tools/msvc/clean.bat
src/tools/msvc/vcregress.pl