Re: [PATCHES] pg_strcasecmp in fe-connect.c

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [PATCHES] pg_strcasecmp in fe-connect.c
Дата
Msg-id 14482.1158413599@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [PATCHES] pg_strcasecmp in fe-connect.c  ("Magnus Hagander" <mha@sollentuna.net>)
Список pgsql-hackers
"Magnus Hagander" <mha@sollentuna.net> writes:
>> There are also some occurrences in pgbench.c, but I'm unsure 
>> that we need be paranoid about changing those.

> If we ever want to be able to compile it on a platform that doesn't have
> strcasecmp() (such as MSVC++), we would, no?

OK, replaced 'em all.
        regards, tom lane


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

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: Re: [PATCHES] Include file in regress.c
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [PATCHES] Tiny plpython fix