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

From: Patric Bechtel <bechtel(at)ipcon(dot)de>
To: pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Numeric patch to add special-case representations for < 8 bytes
Date: 2007-03-01 06:03:28
Message-ID: 45E66CB0.8040909@ipcon.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)ipcon(dot)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

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Simon Riggs 2007-03-01 09:00:33 Re: Fast COPY after TRUNCATE bug and fix
Previous Message Tom Lane 2007-03-01 05:45:54 Re: [HACKERS] Deadlock with pg_dump?