pgsql: Make directory name comparisons on Win32 case insensitive. - Mailing list pgsql-committers

From mha@postgresql.org (Magnus Hagander)
Subject pgsql: Make directory name comparisons on Win32 case insensitive.
Date
Msg-id 20090403115208.CB20E754ADE@cvs.postgresql.org
Whole thread Raw
Responses Re: pgsql: Make directory name comparisons on Win32 case insensitive.
List pgsql-committers
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/src/port:
        path.c (r1.76 -> r1.77)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/port/path.c?r1=1.76&r2=1.77)

pgsql-committers by date:

Previous
From: jbcooley@pgfoundry.org (User Jbcooley)
Date:
Subject: npgsql - Npgsql2: Added test based on forum post.
Next
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Make directory name comparisons on Win32 case insensitive.