pgsql: Recognize Makefile line continuations in fetchRegressOpts().

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Recognize Makefile line continuations in fetchRegressOpts().
Date: 2014-12-18 08:59:46
Message-ID: E1Y1Wvy-0000b0-Oy@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2014-12-18 09:47:19 pgsql: Adjust valgrind suppression to the changes in 2c03216d8311.
Previous Message Fujii Masao 2014-12-18 08:34:28 pgsql: Remove odd blank line in comment.