]> 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:16:02 +0000 (16:16 -0400)
commite9bacfca442f828dec373ef4ed9bf6268ec38ed7
treebeed8dedb9229b45b958d62671d31545730a9a19
parent658ec626406342211837280a6eb0f836f7d14429
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