Re: more problems with the money type - Mailing list pgsql-hackers

From Tom Lane
Subject Re: more problems with the money type
Date
Msg-id 21088.1187668641@sss.pgh.pa.us
Whole thread Raw
In response to Re: more problems with the money type  (Andrew Chernow <ac@esilo.com>)
List pgsql-hackers
Andrew Chernow <ac@esilo.com> writes:
> Division segfaults server as well - SELECT '3'::money / 2 - for the same reason 
> multiplication did.

Yup.  A quick scan doesn't show any other mistaken int32->int64
replacements in the file, but maybe someone wants to look closer?

Patch applied.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Problem with locks
Next
From: Bruce Momjian
Date:
Subject: Re: tsearch2 patch status report