Re: Re: [SQL] Re: [GENERAL] lztext and compression ratios... - Mailing list pgsql-hackers

From Oliver Elphick
Subject Re: Re: [SQL] Re: [GENERAL] lztext and compression ratios...
Date
Msg-id 200007080643.e686hKv14330@linda.lfix.co.uk
Whole thread Raw
In response to Re: Re: [SQL] Re: [GENERAL] lztext and compression ratios...  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Peter Eisentraut wrote: >>     And how should binary distributions like RPM's handle  it? > >They got all their fancy
dependencymechanisms 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.Elphick@lfix.co.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
shallbe opened unto you."                                         Matthew 7:7 
 




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: 'errno' undefined?
Next
From: Karel Zak
Date:
Subject: Re: crypt and MD5 - still not wanted