pgsql: Fix CreateTableSpace() so it will compile without HAVE_SYMLINK.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix CreateTableSpace() so it will compile without HAVE_SYMLINK.
Date: 2015-09-05 20:16:11
Message-ID: E1ZYJsh-00073V-Fb@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/74fc81ed244b10a6adaade722f2d6cdfaf7c09a8

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

Browse pgsql-committers by date

  From Date Subject
Next Message Greg Stark 2015-09-06 02:36:22 pgsql: Move DTK_ISODOW DTK_DOW and DTK_DOY to be type UNITS rather than
Previous Message Tom Lane 2015-09-05 15:59:00 pgsql: Rearrange the handling of error context reports.