pgsql: Pick up REGRESS_OPTS from contrib makefiles. - Mailing list pgsql-committers

From adunstan@postgresql.org (Andrew Dunstan)
Subject pgsql: Pick up REGRESS_OPTS from contrib makefiles.
Date
Msg-id 20090818223656.ACB9475331E@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Pick up REGRESS_OPTS from contrib makefiles. Along the way, fix ordering of makefile tests to mimic gmake.

Modified Files:
--------------
    pgsql/src/tools/msvc:
        vcregress.pl (r1.10 -> r1.11)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/vcregress.pl?r1=1.10&r2=1.11)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix overflow for INTERVAL 'x ms' where x is more than a couple
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Allow mixing of traditional and SQL:2008 LIMIT/OFFSET syntax.