Re: [HACKERS] Case sensitive file names

From: "Colin 't Hart" <cthart(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: [HACKERS] Case sensitive file names
Date: 2001-09-19 21:04:38
Message-ID: 9ob1ap$9r1$1@news.tht.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

Peter Bierman:

> While checking out TOT pgsql today onto an HFS+ file system
(case-preserving, case-insensitive), I hit the following CVS conflict:
>
> pgsql/src/backend/utils/mb/Unicode/utf8_to_alt.map
pgsql/src/backend/utils/mb/Unicode/utf8_to_ALT.map
>
> HFS+ can not store two differerent files in a path that differs only by
case.
>
> Mac OS X users will be grateful if you can find a way to rename one of
these files.

I had that problem today to -- I work under Cygwin on Windows 2000; NTFS is
also case-preserving but case-insensitive:

U pgsql/src/backend/utils/mb/Unicode/utf8_to_ALT.map
cvs checkout: move away pgsql/src/backend/utils/mb/Unicode/utf8_to_alt.map;
it is in the way
C pgsql/src/backend/utils/mb/Unicode/utf8_to_alt.map

Cheers,

Colin

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2001-09-19 21:34:50 Re: Case sensitive file names
Previous Message Serguei Mokhov 2001-09-19 21:03:10 Re: Case sensitive file names

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2001-09-19 21:34:50 Re: Case sensitive file names
Previous Message Serguei Mokhov 2001-09-19 21:03:10 Re: Case sensitive file names