Thread: pgsql: Use native Cygwin symlinks so tablespaces work on Win95/98/ME

pgsql: Use native Cygwin symlinks so tablespaces work on Win95/98/ME

From
momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Log Message:
-----------
Use native Cygwin symlinks so tablespaces work on Win95/98/ME which
don't support junction points.  Doesn't affect native Win32.

Modified Files:
--------------
    pgsql/src/include:
        port.h (r1.63 -> r1.64)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/port.h.diff?r1=1.63&r2=1.64)
    pgsql/src/port:
        dirmod.c (r1.27 -> r1.28)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/dirmod.c.diff?r1=1.27&r2=1.28)