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

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

From
momjian@postgresql.org (Bruce Momjian)
Date:
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)