Re: Re: [SQL] Re: [GENERAL] lztext and compression ratios...

From: "Oliver Elphick" <olly(at)lfix(dot)co(dot)uk>
To: PostgreSQL HACKERS <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: [SQL] Re: [GENERAL] lztext and compression ratios...
Date: 2000-07-08 06:43:19
Message-ID: 200007080643.e686hKv14330@linda.lfix.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut wrote:
>> And how should binary distributions like RPM's handle it?
>
>They got all their fancy dependency mechanisms for that (which never work
>well, but anyway).

Debian's work very well, because the Debian repository is centralised
under uniform quality control.

As a package maintainer, I can allow a package to depend on zlib -- in
which case the dependency will be satisfied by any version -- or I can
specify a versioned dependency. I might have to provide the correct
library myself, if the zlib maintainer didn't want to maintain an old
version. At the moment Debian provides zlib1g; if the major version
changes, I would expect to see this package remain and a new zlib2
package be created.

I would prefer a solution that did not _require_ me to maintain zlib
as well, if the dependency can be satisfied from another package.

--
Oliver Elphick Oliver(dot)Elphick(at)lfix(dot)co(dot)uk
Isle of Wight http://www.lfix.co.uk/oliver
PGP: 1024R/32B8FAA1: 97 EA 1D 47 72 3F 28 47 6B 7E 39 CC 56 E4 C1 47
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839 932A 614D 4C34 3E1D 0C1C
========================================
"Ask, and it shall be given you; seek, and ye shall
find; knock, and it shall be opened unto you."
Matthew 7:7

Browse pgsql-hackers by date

  From Date Subject
Next Message Karel Zak 2000-07-08 08:19:41 Re: crypt and MD5 - still not wanted
Previous Message Tom Lane 2000-07-08 05:36:49 Re: 'errno' undefined?