]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Make directory name comparisons on Win32 case insensitive.
authorMagnus Hagander <magnus@hagander.net>
Fri, 3 Apr 2009 11:52:10 +0000 (11:52 +0000)
committerMagnus Hagander <magnus@hagander.net>
Fri, 3 Apr 2009 11:52:10 +0000 (11:52 +0000)
commit4e440e97b1b3d757be385e50adbf6a5381a25445
tree02a5ce2d95b8ce4f650e34839a278caadc1490bf
parentda5bfbd970fd40b89586991e9227df8e93f744b3
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