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

From Tom Lane
Subject Re: Improve the comparison of NUMERIC data
Date
Msg-id 6936.1131471245@sss.pgh.pa.us
Whole thread Raw
In response to Improve the comparison of NUMERIC data  (Atsushi Ogawa <atsushi.ogawa@gmail.com>)
Responses Re: Improve the comparison of NUMERIC data  (Atsushi Ogawa <atsushi.ogawa@gmail.com>)
List pgsql-patches
Atsushi Ogawa <atsushi.ogawa@gmail.com> writes:
> An attached patch enables the comparison of Numeric values without
> executing conversion to NumericVar.

This is likely to be broken entirely by the recent proposals to modify
the on-disk representation of Numeric.

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.

            regards, tom lane

pgsql-patches by date:

Previous
From: Atsushi Ogawa
Date:
Subject: Improve the comparison of NUMERIC data
Next
From: Atsushi Ogawa
Date:
Subject: Re: Improve the comparison of NUMERIC data