Re: pgsql: Make directory name comparisons on Win32 case insensitive.

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: pgsql: Make directory name comparisons on Win32 case insensitive.
Дата
Msg-id 49D7128B.5070009@hagander.net
обсуждение исходный текст
Ответ на Re: pgsql: Make directory name comparisons on Win32 case insensitive.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
Tom Lane wrote:
> mha@postgresql.org (Magnus Hagander) writes:
>> Log Message:
>> -----------
>> Make directory name comparisons on Win32 case insensitive.
>
> Hmm, for consistency you really should be doing
>     pg_tolower((unsigned char) *foo)
> here.
>
> It's possible that the cast is not necessary on Windows, but
> even so code consistency is a good thing.

I see you've fixed this, thanks.

//Magnus


В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Rewrite interval_hash() so that the hashcodes are equal for
Следующее
От: hinoue@pgfoundry.org (User Hinoue)
Дата:
Сообщение: psqlodbc - psqlodbc: Improve the transactional control under