| From: | Peter Eisentraut - PostgreSQL <petere(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql/src/test/regress (GNUmakefile pg_regress.sh) |
| Date: | 2000-10-23 21:44:13 |
| Message-ID: | 200010232144.e9NLiDa99816@hub.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Date: Monday, October 23, 2000 @ 17:44:12
Author: petere
Update of /home/projects/pgsql/cvsroot/pgsql/src/test/regress
from hub.org:/home/projects/pgsql/tmp/cvs-serv94114/src/test/regress
Modified Files:
GNUmakefile pg_regress.sh
----------------------------- Log Message -----------------------------
Polish shared library build to reduce number of special hacks. In
particular, allow linking with arbitrary commands rather than only $(AR) or
$(LD), and treat C++ without hacks.
Add option to disable shared libraries. This takes the place of the
BSD_SHLIB variable. The regression test driver ignores the plpgsql test
if there are no shared libraries available.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian - CVS | 2000-10-23 22:15:37 | pgsql/doc (TODO) |
| Previous Message | Peter Eisentraut - PostgreSQL | 2000-10-23 21:44:07 | pgsql/src/pl/plpgsql/src (Makefile) |