pgsql: Recognize "REGRESS_OPTS += ..." syntax in MSVC build scripts.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Recognize "REGRESS_OPTS += ..." syntax in MSVC build scripts.
Date: 2015-05-18 17:40:12
Message-ID: E1YuP1Q-0001KO-TV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Recognize "REGRESS_OPTS += ..." syntax in MSVC build scripts.

Necessitated by commit b14cf229f4bd7238be2e31d873dc5dd241d3871e.
Per buildfarm.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f5916bb7b53f8a77c95c00c5b287659958891178

Modified Files
--------------
src/tools/msvc/vcregress.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2015-05-18 18:20:23 Re: pgsql: Recognize "REGRESS_OPTS += ..." syntax in MSVC build scripts.
Previous Message Robert Haas 2015-05-18 17:18:16 Re: pgsql: Recursively fsync() the data directory after a crash.