]> granicus.if.org Git - postgresql/commit
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:38 +0000 (16:15 -0400)
commit9270d8db9a1cd6465e21215e6451b552995fcb08
treeaa706900ad6af81157950cccf5c733dbd7e8efed
parent0426f349effb6bde2061f3398a71db7180c97dd9
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