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 20070505170549.393649FB6F4@postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Check return code from strxfrm on Windows since it has a  (Bruce Momjian <bruce@momjian.us>)
Список 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.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        selfuncs.c (r1.233 -> r1.234)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/selfuncs.c.diff?r1=1.233&r2=1.234)

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

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Done: < Last updated: Sat May 5 10:47:39 EDT 2007 > Last
Следующее
От: mha@postgresql.org (Magnus Hagander)
Дата:
Сообщение: pgsql: Check return code from strxfrm on Windows since it has a