Copy refint.so and autoinc.so into the src/test/regress directory during
commit64e793fc19764dca1aea7f9d1bc276ccf9c687a1
authortgl <tgl>
Fri, 30 May 2008 00:04:32 +0000 (30 00:04 +0000)
committertgl <tgl>
Fri, 30 May 2008 00:04:32 +0000 (30 00:04 +0000)
tree52e6e08290254643762beed4b88938e7f1ed0e56
parent3c2d35b8d428d7bf66a926bf98fcab64fdece022
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