Change build of regress.so to use Makefile.shlib instead of depending

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

Commit: cb504a41b29afc9c26ea34d6b4c267f57099fd81
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-07-25T00:58:27Z
Releases: 8.1.0
Change build of regress.so to use Makefile.shlib instead of depending
on the not-very-good .so pattern rules in the port-specific Makefiles.
(This leaves only pgxs' MODULES case needing those rules.)  Also,
compile pgsleep.c locally and add it to regress.so to avoid failure
on AIX.

Files

PathChange+/−
src/test/regress/GNUmakefile modified +28 −18