pgsql: Recognize Makefile line continuations in fetchRegressOpts(). - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Recognize Makefile line continuations in fetchRegressOpts().
Date
Msg-id E1Y1Wvy-0000b0-Oy@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Recognize Makefile line continuations in fetchRegressOpts().

Back-patch to 9.0 (all supported versions).  This is mere
future-proofing in the context of the master branch, but commit
f6dc6dd5ba54d52c0733aaafc50da2fbaeabb8b0 requires it of older branches.

Branch
------
REL9_0_STABLE

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

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


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Recognize Makefile line continuations in fetchRegressOpts().
Next
From: Noah Misch
Date:
Subject: pgsql: Lock down regression testing temporary clusters on Windows.