more problems with the money type

From: "Merlin Moncure" <mmoncure(at)gmail(dot)com>
To: "PostgreSQL Hackers" <pgsql-hackers(at)postgresql(dot)org>
Cc: ac(at)esilo(dot)com
Subject: more problems with the money type
Date: 2007-08-20 21:32:42
Message-ID: b42b73150708201432x6dc0e606vf6340937620dadd1@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

while playing with the binary transport of the money type we found
another bug. The following code segfaults the server on 8.3cvs:

select '3'::money * 2;

this was an accidental discovery by us but is the second serious bug
we found with the money type without looking very hard...probably
stemming from the bump to 64 bit in jan 07 (8.2 does not have this
behavior).

aside: since the money type was deprecated, why was it bumped to 64 bits?

merlin

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Gregory Stark 2007-08-20 21:47:27 Re: 8.3 beta testing suggestions welcome
Previous Message Heikki Linnakangas 2007-08-20 21:18:22 Re: 8.3 beta testing suggestions welcome