Re: Improve the comparison of NUMERIC data - Mailing list pgsql-patches

From Atsushi Ogawa
Subject Re: Improve the comparison of NUMERIC data
Date
Msg-id 613787150511090501i528d21cbh@mail.gmail.com
Whole thread Raw
In response to Re: Improve the comparison of NUMERIC data  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Improve the comparison of NUMERIC data  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
2005/11/9, Tom Lane <tgl@sss.pgh.pa.us>:
> Atsushi Ogawa <atsushi.ogawa@gmail.com> writes:
> > An attached patch enables the comparison of Numeric values without
> > executing conversion to NumericVar.
>
> Rather than trying to share code, it'd likely be better to make a
> separate routine that can directly compare two values in the packed
> (on-disk) representation, and modify the externally-callable entry
> points to use that.  That way avoids imposing constraints on how
> different the packed and unpacked representations can be.

OK. I will make a separate routine.

regards,

--- Atsushi Ogawa

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: Improve the comparison of NUMERIC data
Next
From: Tom Lane
Date:
Subject: Re: Improve the comparison of NUMERIC data