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

Started by Tom Laneabout 11 years ago3 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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(-)

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

#2Michael Paquier
michael@paquier.xyz
In reply to: Tom Lane (#1)
Re: pgsql: Recognize "REGRESS_OPTS += ..." syntax in MSVC build scripts.

On Tue, May 19, 2015 at 2:40 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:

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

Necessitated by commit b14cf229f4bd7238be2e31d873dc5dd241d3871e.
Per buildfarm.

Perhaps \+? could be spread to REGRESS as well in fetchTests?
--
Michael

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Michael Paquier (#2)
Re: pgsql: Recognize "REGRESS_OPTS += ..." syntax in MSVC build scripts.

Michael Paquier <michael.paquier@gmail.com> writes:

On Tue, May 19, 2015 at 2:40 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:

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

Necessitated by commit b14cf229f4bd7238be2e31d873dc5dd241d3871e.
Per buildfarm.

Perhaps \+? could be spread to REGRESS as well in fetchTests?

I was just fixing my own mess ;-). If you think there are other
places that need this, send in a patch --- I'm probably not the
best person to review such changes.

regards, tom lane

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers