pgsql: Fix cash_mul_int4 and cash_div_int4 for overenthusiastic

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix cash_mul_int4 and cash_div_int4 for overenthusiastic
Date: 2007-08-21 03:56:07
Message-ID: 20070821035607.AC8F2754259@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix cash_mul_int4 and cash_div_int4 for overenthusiastic substitution
of int64 for int32. Per reports from Merlin Moncure and Andrew Chernow.

Modified Files:
--------------
pgsql/src/backend/utils/adt:
cash.c (r1.72 -> r1.73)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/cash.c?r1=1.72&r2=1.73)

Browse pgsql-committers by date

  From Date Subject
Next Message User H-saito 2007-08-21 05:19:17 psqlodbc - psqlodbc: additional document.
Previous Message Tom Lane 2007-08-21 03:14:36 pgsql: Fix money type's send/receive functions to conform to recent