Fix CreateTableSpace() so it will compile without HAVE_SYMLINK.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 5 Sep 2015 20:15:38 +0000 (16:15 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 5 Sep 2015 20:15:53 +0000 (16:15 -0400)
commit5692b4acb26fea7c834c9ad0712cce2ec251d512
tree7af0747082c11b74d0e88c6d01c00178041961d0
parent25600c42e078e0d10eedf2794a0c7d02178232e0
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