pgsql: Copy refint.so and autoinc.so into the src/test/regress directory - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Copy refint.so and autoinc.so into the src/test/regress directory
Date
Msg-id 20080530000432.C8E23754C54@cvs.postgresql.org
Whole thread Raw
List 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 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 ...

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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Improve the documentation comment for replace().
Next
From: gleu@pgfoundry.org (User Gleu)
Date:
Subject: pgsnap - pgsnap: Fixes 8.0 compatibility.