diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2014-04-04 23:09:45 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2014-04-04 23:09:45 -0400 |
commit | af7738fe6a33523916a58ac7b276f9467566a439 (patch) | |
tree | 81cebbd6b922818b4e73953c0d4ca527841623e6 /src/backend/access/gist/gistxlog.c | |
parent | 895243d69ba1972157d8d2644efbf87d557abec3 (diff) | |
download | postgresql-af7738fe6a33523916a58ac7b276f9467566a439.tar.gz postgresql-af7738fe6a33523916a58ac7b276f9467566a439.zip |
Fix tablespace creation WAL replay to work on Windows.
The code segment that removes the old symlink (if present) wasn't clued
into the fact that on Windows, symlinks are junction points which have
to be removed with rmdir().
Backpatch to 9.0, where the failing code was introduced.
MauMau, reviewed by Muhammad Asif Naeem and Amit Kapila
Diffstat (limited to 'src/backend/access/gist/gistxlog.c')
0 files changed, 0 insertions, 0 deletions