Re: lztext and compression ratios...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jan Wieck <JanWieck(at)Yahoo(dot)com>
Cc: Jeffery Collins <collins(at)onyx-technologies(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: lztext and compression ratios...
Date: 2000-07-05 22:40:31
Message-ID: 10186.962836831@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers pgsql-sql

JanWieck(at)t-online(dot)de (Jan Wieck) writes:
> One thing to keep in mind is that the LZ algorithm you're
> thinking of must be distributable under the terms of the BSD
> license. If it's copyrighted or patented by any third party,
> not agreeing to these terms, it's out of discussion and will
> never appear in the Postgres source tree. Especially the LZ
> algorithm used in GIF is one of these show-stoppers.

As long as you brought it up: how sure are you that the method you've
used is not subject to any patents? The mere fact that you learned
it from someone who didn't patent it does not guarantee anything ---
someone else could have invented it independently and filed for a
patent.

If you can show that this method uses no ideas not found in zlib,
then I'll feel reassured --- a good deal of legal research went into
zlib to make sure it didn't fall foul of any patents, and zlib has
now been around long enough that it'd be tough for anyone to get a
new patent on one of its techniques. But if SLZ has any additional
ideas in it, then we could be in trouble. There are an awful lot of
compression patents.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Trond Eivind=?iso-8859-1?q?_Glomsr=F8d?= 2000-07-05 22:49:37 Re: [HACKERS] Re: Revised Copyright: is this morepalatable?
Previous Message Tom Lane 2000-07-05 22:19:52 Re: Need help with error

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-07-05 22:44:50 Re: Changes to handling version numbers internally
Previous Message The Hermit Hacker 2000-07-05 22:31:02 Re: Changes to handling version numbers internally

Browse pgsql-sql by date

  From Date Subject
Next Message Jeffery Collins 2000-07-06 00:07:54 Re: lztext and compression ratios...
Previous Message Jan Wieck 2000-07-05 22:16:43 Re: lztext and compression ratios...