Backport "Add pgreadlink() on Windows to read junction points".

Robert Haas <rhaas@postgresql.org>

Commit: ba7bee837ec1cee4809cdbaeba2104be37dee5dc
Author: Robert Haas <rhaas@postgresql.org>
Date: 2015-05-05T19:54:26Z
Releases: 9.0.20
Backport "Add pgreadlink() on Windows to read junction points".

The patch to recurseively fsync pgdata needs this, but it was only
introduced in 9.1.

Files

PathChange+/−
src/include/port.h modified +3 −0
src/port/dirmod.c modified +118 −0