Обсуждение: pgsql: Fix CreateTableSpace() so it will compile without HAVE_SYMLINK.

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

pgsql: Fix CreateTableSpace() so it will compile without HAVE_SYMLINK.

От
Tom Lane
Дата:
Fix CreateTableSpace() so it will compile without HAVE_SYMLINK.

This has been broken since 9.3 (commit 82b1b213cad3a69c to be exact),
which suggests that nobody is any longer using a Windows build system that
doesn't provide a symlink emulation.  Still, it's wrong on its own terms,
so repair.

YUriy Zhuravlev

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/5692b4acb26fea7c834c9ad0712cce2ec251d512

Modified Files
--------------
src/backend/commands/tablespace.c |    5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)