]> granicus.if.org Git - postgresql/commit
Make directory name comparisons on Win32 case insensitive.
authorMagnus Hagander <magnus@hagander.net>
Fri, 3 Apr 2009 11:52:12 +0000 (11:52 +0000)
committerMagnus Hagander <magnus@hagander.net>
Fri, 3 Apr 2009 11:52:12 +0000 (11:52 +0000)
commit0e28fc4c92a8ac0ade9390e8de2dcd8eda2861f6
tree306344a91d83d8ed8dea85ef03deddcfbcb85469
parenta1e9a25dc33e791e2557cfad4c2c2c4035bfee63
Make directory name comparisons on Win32 case insensitive.

This method will not catch all different ways since the locale
handling in NTFS doesn't provide an easy way to do that, but it
will hopefully solve the most common cases causing startup
problems when the backend is found in the system PATH.

Attempts to fix bug #4694.
src/port/path.c