Fix CreateTableSpace() so it will compile without HAVE_SYMLINK.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: e9bacfca442f828dec373ef4ed9bf6268ec38ed7
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2015-09-05T20:16:02Z
Releases: 9.3.10
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

Files

PathChange+/−
src/backend/commands/tablespace.c modified +3 −2