Re: [pgsql-hackers-win32] win32 tablespace handing

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Reini Urban <rurban(at)x-ray(dot)at>
Cc: pgsql-hackers-win32(at)postgresql(dot)org, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [pgsql-hackers-win32] win32 tablespace handing
Date: 2004-10-06 15:32:49
Message-ID: 200410061532.i96FWnT24693@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-hackers-win32

Reini Urban wrote:
> Bruce Momjian schrieb:
> > Andrew Dunstan wrote:
> >>Reini Urban said:
> >>>Zeugswetter Andreas SB SD schrieb:
> >>>>>>hardlinks and junctions don't work across physical disks, only
> >>>>>>symlinks.
> >>>>>
> >>>>>Where did you read this? I just looked and can see no such
> >>>>>restriction.
> >>>>
> >>>>There is no such restriction for junctions, I just tried it to be
> >>>>safe.
> >>>
> >>>Yes, sorry. I had old NTFS4 information.
> >>>NTFS5 supports volume mount points now too.
> >>>
> >>>But shouldn't we check in configure :) for this filesystem then?
> >>>(Ha! ntfs5.m4 for MSVC folks)
> >>
> >>No, of course not. That would only check the machine where you compile, not
> >>where you install/run.
> >
> > Tablespaces are not supported on NT4. They throw an error.
>
> So just describe in the docs that only NTFS5 (i.e. W2K and up) supports
> th new tablespace feature.
> I could find my cygwin niche then to support it by our native and slow
> symlink implementation :)

I think we are fine. We have already discussed not even supporting NT4
because tablespaces don't work, but now it will throw a not supported
error, which seems fine.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message sklassen 2004-10-06 15:35:21 Re: database constraints
Previous Message Ben 2004-10-06 15:23:11 database constraints

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Reini Urban 2004-10-07 03:46:32 pg_ctl: WIN32 for CYGWIN also (services)
Previous Message Reini Urban 2004-10-06 15:15:22 Re: [pgsql-hackers-win32] win32 tablespace handing