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

Поиск
Список
Период
Сортировка
От Patric Bechtel
Тема Re: Numeric patch to add special-case representations for < 8 bytes
Дата
Msg-id 45E66CB0.8040909@ipcon.de
обсуждение исходный текст
Ответ на Re: Numeric patch to add special-case representations for < 8 bytes  (Michael Glaesemann <grzm@seespotcode.net>)
Список pgsql-patches
Michael Glaesemann schrieb am 01.03.2007 12:41:
>
> On Mar 1, 2007, at 12:32 , Patric Bechtel wrote:
>
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> Gregory Stark schrieb am 01.03.2007 10:23:
>>> "Patric Bechtel" <bechtel@ipcon.de> writes:
>>>
>>>> Maybe you want to have a look here:
>>>> http://www2.hursley.ibm.com/decimal/DPDecimal.html
>
> Speaking of decimal encodings, does anyone know if DPD is
patent-encumbered? I believe Chen-Ho is patented (on which DPD was
apparently based), though the patent may have expired.
>
> Michael Glaesemann
> grzm seespotcode net
It's covered by the ICU license (very liberal, I'm no lawyer, but AFAICT
BSD compatible), so I don't think it's patented. There are ready
implementations for it for GCC etc. And an ANSI/IEEE proposal is made
for it, too. So no, I think no patents so far.

Patric


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Deadlock with pg_dump?
Следующее
От: "Simon Riggs"
Дата:
Сообщение: Re: Fast COPY after TRUNCATE bug and fix