2005/11/9, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>:
> Atsushi Ogawa <atsushi(dot)ogawa(at)gmail(dot)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