]> granicus.if.org Git - postgresql/commit
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)
commitbf4bd50ff76d2049ba4a96762e729394b4f8fa22
tree9df58a9d675a70810ab17854fe076046e2e896c8
parentd11e301a15e0c28f5db7caa74ad192fec4351f2f
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