Re: Improve the comparison of NUMERIC data

Поиск
Список
Период
Сортировка
От Atsushi Ogawa
Тема Re: Improve the comparison of NUMERIC data
Дата
Msg-id 613787150511090501i528d21cbh@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Improve the comparison of NUMERIC data  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Improve the comparison of NUMERIC data  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Improve the comparison of NUMERIC data
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Improve the comparison of NUMERIC data