Case sensitive file names
Peter Bierman <bierman@apple.com>
From: Peter Bierman <bierman@apple.com>
To: pgsql-hackers@postgresql.org
Date: 2001-09-19T19:41:10Z
Lists: pgsql-hackers, pgsql-general
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. -pmb