pgsql: Win32 can't catch the exception thrown by INT_MIN / -1 or INT_MIN

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian)
Тема pgsql: Win32 can't catch the exception thrown by INT_MIN / -1 or INT_MIN
Дата
Msg-id 20060612160939.AC3119FA5E1@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Win32 can't catch the exception thrown by INT_MIN / -1 or INT_MIN * -1,
so on that platform we test for those before the computation and throw
an "out of range" error.

Backpatch to 8.1.X.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        int.c (r1.68.2.1 -> r1.68.2.2)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/int.c.diff?r1=1.68.2.1&r2=1.68.2.2)

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

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Win32 can't catch the exception thrown by INT_MIN / -1 or INT_MIN
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Add URL for bitmap AM: >