pgsql: Remove extraneous leading whitespace in Windows build script.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove extraneous leading whitespace in Windows build script.
Date: 2016-06-13 15:50:44
Message-ID: E1bCU8S-0003RB-Lz@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove extraneous leading whitespace in Windows build script.

Apparently, at least some versions of Microsoft's shell fail on variable
assignments that have leading whitespace. This instance, introduced in
commit 680513ab7, managed to escape notice for awhile because it's only
invoked if building with OpenSSL. Per bug #14185 from Torben Dannhauer.

Report: <20160613140119(dot)5798(dot)78501(at)wrigleys(dot)postgresql(dot)org>

Branch
------
master

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

Modified Files
--------------
src/interfaces/libpq/win32.mak | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-06-13 16:59:33 pgsql: In planner.c, avoid assuming that all PathTargets have sortgroup
Previous Message Noah Misch 2016-06-12 08:25:01 pgsql: Document the authoritative version of perltidy.