pgsql: Fix int8mul so that overflow check is applied correctly for

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix int8mul so that overflow check is applied correctly for
Date: 2007-08-30 05:27:29
Message-ID: 20070830052729.98D2C754201@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix int8mul so that overflow check is applied correctly for INT64_IS_BUSTED
case, per Florian Pflug.
Not back-patched since it's unclear that anyone but me still cares ...

Modified Files:
--------------
pgsql/src/backend/utils/adt:
int8.c (r1.66 -> r1.67)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/int8.c?r1=1.66&r2=1.67)

Browse pgsql-committers by date

  From Date Subject
Next Message ohp 2007-08-30 13:03:56 Re: [COMMITTERS] pgsql: Fix brain fade in DefineIndex(): it was continuing to access the
Previous Message Tatsuo Ishii 2007-08-30 01:29:52 pgsql: Fix broken markup.