Re: Case sensitive file names

Peter Bierman <bierman@apple.com>

From: Peter Bierman <bierman@apple.com>
To: Peter Eisentraut <peter_e@gmx.net>
Cc: pgsql-hackers@postgresql.org
Date: 2001-09-19T21:03:04Z
Lists: pgsql-hackers, pgsql-general
At 10:47 PM +0200 9/19/01, Peter Eisentraut wrote:
>Peter Bierman writes:
>
>> 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.
>
>Remove both of these files and update again.  The files were recently
>renamed to have a consistent case-ness.


This was from an anoncvs HEAD/TOT checkout I did into an empty directory less than an hour ago.

If it's already been fixed (yay!), the fix isn't at anoncvs yet.

-pmb