Fix CreateTableSpace() so it will compile without HAVE_SYMLINK.
authorTom Lane
Sat, 5 Sep 2015 20:15:38 +0000 (16:15 -0400)
committerTom Lane
Sat, 5 Sep 2015 20:15:58 +0000 (16:15 -0400)
commit74fc81ed244b10a6adaade722f2d6cdfaf7c09a8
tree776f4acf7cf0ab8cd3ffe3a893954b8b940e4398
parent29602295bacf6e1e59abd6b82734f51d9c107ba8
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
src/backend/commands/tablespace.c