pgsql: Fix CreateTableSpace() so it will compile without HAVE_SYMLINK. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix CreateTableSpace() so it will compile without HAVE_SYMLINK.
Date
Msg-id E1ZYJsh-00073Y-Fg@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/e9bacfca442f828dec373ef4ed9bf6268ec38ed7

Modified Files
--------------
src/backend/commands/tablespace.c |    5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Rearrange the handling of error context reports.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix CreateTableSpace() so it will compile without HAVE_SYMLINK.