Обсуждение: Fix small bug for build without HAVE_SYMLINK

Поиск
Список
Период
Сортировка

Fix small bug for build without HAVE_SYMLINK

От
YUriy Zhuravlev
Дата:
Hello hackers.

During my work on CMake I stumbled upon this simple bug. I think this is
important for mingw users.
The function is trying to return a variable that has not been announced.

Patch in attach. Probably relevant for stable releases.

Thanks!
--
YUriy Zhuravlev
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company
Вложения

Re: Fix small bug for build without HAVE_SYMLINK

От
Tom Lane
Дата:
YUriy Zhuravlev <u.zhuravlev@postgrespro.ru> writes:
> During my work on CMake I stumbled upon this simple bug. I think this is 
> important for mingw users.
> The function is trying to return a variable that has not been announced.

> Patch in attach. Probably relevant for stable releases.

Will commit, thanks!
        regards, tom lane