Re: Path case sensitivity on windows

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PG Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Path case sensitivity on windows
Date: 2009-04-02 14:14:23
Message-ID: 49D4C83F.6030000@hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> Magnus Hagander <magnus(at)hagander(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-04-02 14:17:01 Re: question about deparsing const node and its typmod
Previous Message Bruce Momjian 2009-04-02 14:13:13 Re: 8.4 open items list