pgsql: Backport "Add pgreadlink() on Windows to read junction points". - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Backport "Add pgreadlink() on Windows to read junction points".
Date
Msg-id E1YpjD9-0006yn-91@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
REL9_0_STABLE

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

Modified Files
--------------
src/include/port.h |    3 ++
src/port/dirmod.c  |  118 ++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 121 insertions(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: citext's regexp_matches() functions weren't documented, either.
Next
From: Peter Eisentraut
Date:
Subject: Re: pgsql: Create an infrastructure for parallel computation in PostgreSQL.