pgsql: Fix money type's send/receive functions to conform to recent

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix money type's send/receive functions to conform to recent
Date: 2007-08-21 03:14:36
Message-ID: 20070821031436.3317B754259@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix money type's send/receive functions to conform to recent widening
of the datatype to int64. Per Andrew Chernow.

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-08-21 03:56:07 pgsql: Fix cash_mul_int4 and cash_div_int4 for overenthusiastic
Previous Message Tom Lane 2007-08-21 02:40:40 pgsql: Fix potential access-off-the-end-of-memory in varbit_out(): it