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.  (Magnus Hagander <magnus@hagander.net>)
Список 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 по дате отправления:

Предыдущее
От: dpage@pgfoundry.org (Dave Page)
Дата:
Сообщение: edb-debugger - server: Initialise plugin_info for all functions, not
Следующее
От: kpierno@pgfoundry.org (User Kpierno)
Дата:
Сообщение: pglogparser - pglogparser: Added the Perl DBD SQLite module for