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

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Win32 can't catch the exception thrown by INT_MIN / -1 or INT_MIN
Date
Msg-id 20060612160939.AC3119FA5E1@postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Win32 can't catch the exception thrown by INT_MIN / -1 or INT_MIN
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add URL for bitmap AM: >