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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Make directory name comparisons on Win32 case insensitive.
Дата
Msg-id 27967.1238766413@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql: Make directory name comparisons on Win32 case insensitive.  (mha@postgresql.org (Magnus Hagander))
Ответы Re: pgsql: Make directory name comparisons on Win32 case insensitive.
Список pgsql-committers
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.

            regards, tom lane

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