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

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use native Cygwin symlinks so tablespaces work on Win95/98/ME
Date: 2004-10-11 22:51:05
Message-ID: 20041011225105.5976332B0D2@svr1.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2004-10-11 22:57:04 pgsql: Fix OR-index-scan planner to recognize that a partial index is
Previous Message Tom Lane 2004-10-11 19:32:20 pgsql: Another try at making plpython autoconfiguration work correctly.