Re: Path case sensitivity on windows - Mailing list pgsql-hackers

From Magnus Hagander
Subject Re: Path case sensitivity on windows
Date
Msg-id 49D4C83F.6030000@hagander.net
Whole thread Raw
In response to Re: Path case sensitivity on windows  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Path case sensitivity on windows  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane wrote:
> Magnus Hagander <magnus@hagander.net> writes:
>> Attached patch fixes this in my testcase. Can anybody spot something
>> wrong with it?
> 
> It depends on tolower(), which is going to have LC_CTYPE-dependent
> behavior, which is surely wrong?

Not sure, really :) That's the encoding we'd get the paths in in the
first place, is it not?

Or are you just saying we should be using pg_tolower()?  (which I forgot
about yet again)

//Magnus



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: 8.4 open items list
Next
From: Tom Lane
Date:
Subject: Re: question about deparsing const node and its typmod