Re: Path case sensitivity on windows

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: Path case sensitivity on windows
Дата
Msg-id 49D4C83F.6030000@hagander.net
обсуждение исходный текст
Ответ на Re: Path case sensitivity on windows  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Path case sensitivity on windows  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: 8.4 open items list
Следующее
От: Tom Lane
Дата:
Сообщение: Re: question about deparsing const node and its typmod