pgsql: Copy refint.so and autoinc.so into the src/test/regress directory

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Copy refint.so and autoinc.so into the src/test/regress directory
Date: 2008-05-30 00:04:32
Message-ID: 20080530000432.C8E23754C54@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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 Jrgen 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 ...

Modified Files:
--------------
pgsql/doc/src/sgml:
regress.sgml (r1.58 -> r1.59)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/regress.sgml?r1=1.58&r2=1.59)
pgsql/src/test/regress:
GNUmakefile (r1.73 -> r1.74)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/GNUmakefile?r1=1.73&r2=1.74)
pgsql/src/test/regress/input:
create_function_1.source (r1.17 -> r1.18)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/input/create_function_1.source?r1=1.17&r2=1.18)
pgsql/src/test/regress/output:
create_function_1.source (r1.30 -> r1.31)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/output/create_function_1.source?r1=1.30&r2=1.31)
pgsql/src/tools/msvc:
clean.bat (r1.10 -> r1.11)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/clean.bat?r1=1.10&r2=1.11)
vcregress.pl (r1.6 -> r1.7)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/vcregress.pl?r1=1.6&r2=1.7)

Browse pgsql-committers by date

  From Date Subject
Next Message User Gleu 2008-05-30 06:31:44 pgsnap - pgsnap: Fixes 8.0 compatibility.
Previous Message Tom Lane 2008-05-29 22:48:07 pgsql: Improve the documentation comment for replace().