pgsql: Remove extraneous leading whitespace in Windows build script.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Remove extraneous leading whitespace in Windows build script.
Дата
Msg-id E1bCU8S-0003RC-M3@gemulon.postgresql.org
обсуждение исходный текст
Список 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.5798.78501@wrigleys.postgresql.org>

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/1ad83738d0cd9b9af9a8f695eb9acc327a02c18b

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove extraneous leading whitespace in Windows build script.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: In planner.c, avoid assuming that all PathTargets have sortgroup