Re: Numeric patch to add special-case representations for < 8 bytes

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Numeric patch to add special-case representations for < 8 bytes
Дата
Msg-id 46095FEC.3050206@enterprisedb.com
обсуждение исходный текст
Ответ на Re: Numeric patch to add special-case representations for < 8 bytes  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-patches
Gregory Stark wrote:
> The main design issue is that I was proposing to make it impossible to access
> the internals of the numeric storage using macros. Currently some of the data
> (the sign, dscale, and weight) is visible without having to call any special
> numeric functions. I was proposing to use representations where those might
> not be as easily accessible.
>
> However I don't think we have any consumers of that data outside of numeric.c
> anyways. Is there anything using that functionality currently? Do we mind
> losing it?

The data would still be available through a function, right? If there's
no-one accessing that information currently, there's no
backwards-compatibility issue. I think this is a non-issue.

--
   Heikki Linnakangas
   EnterpriseDB   http://www.enterprisedb.com

В списке pgsql-patches по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: DEALLOCATE ALL
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [pgsql-patches] O_DIRECT support for Windows