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

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Backport "Add pgreadlink() on Windows to read junction points".
Date: 2015-05-05 20:12:59
Message-ID: E1YpjD9-0006yn-91@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2015-05-06 00:12:31 Re: pgsql: Create an infrastructure for parallel computation in PostgreSQL.
Previous Message Tom Lane 2015-05-05 20:11:36 pgsql: citext's regexp_matches() functions weren't documented, either.