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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix CreateTableSpace() so it will compile without HAVE_SYMLINK.
Дата
Msg-id E1ZYJsh-00073R-FM@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9270d8db9a1cd6465e21215e6451b552995fcb08

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


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix CreateTableSpace() so it will compile without HAVE_SYMLINK.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix CreateTableSpace() so it will compile without HAVE_SYMLINK.