pgsql: Check return code from strxfrm on Windows since it has a

Поиск
Список
Период
Сортировка
От mha@postgresql.org (Magnus Hagander)
Тема pgsql: Check return code from strxfrm on Windows since it has a
Дата
Msg-id 20070505170555.602F09FB600@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Check return code from strxfrm on Windows since it has a
non-standard way of indicating errors, so we don't try to
allocate INT_MAX bytes to store a result in.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        selfuncs.c (r1.214.2.4 -> r1.214.2.5)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/selfuncs.c.diff?r1=1.214.2.4&r2=1.214.2.5)

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

Предыдущее
От: mha@postgresql.org (Magnus Hagander)
Дата:
Сообщение: pgsql: Check return code from strxfrm on Windows since it has a
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pgsql: Check return code from strxfrm on Windows since it has a