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

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add pgreadlink() on Windows to read junction points
Date: 2011-01-09 14:09:45
Message-ID: E1Pbvxp-0004JC-GM@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add pgreadlink() on Windows to read junction points

Add support for reading back information about the symbolic
links we've created with pgsymlink(), which are actually
Junction Points. Just like pgsymlink() can only create directory
symlinks, pgreadlink() can only read directory symlinks.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=db4d22d0eff091e96d92c82566c9e9d297040b93

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

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2011-01-09 14:41:01 pgsql: Properly install gram.h on MSVC builds
Previous Message Michael Meskes 2011-01-09 12:20:03 pgsql: There is no need to have to identical functions in ecpg thus rem