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

From: Philip Warner <pjw(at)rhyme(dot)com(dot)au>
To: Jan Wieck <JanWieck(at)Yahoo(dot)com>, Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Jan Wieck <JanWieck(at)Yahoo(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL HACKERS <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: [SQL] Re: [GENERAL] lztext and compression ratios...
Date: 2000-07-08 01:16:36
Message-ID: 3.0.5.32.20000708111636.009b5100@mail.rhyme.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers pgsql-sql

At 21:47 7/07/00 +0200, Jan Wieck wrote:
>
> And how should binary distributions like RPM's handle it? I
> assume that this problem is already on it's way because of
> the integration of zlib into pg_dump. The only way I see is
> having different RPM's for each possible combination of
> available helper libs. Or is there another way to work
> around?

This remoinded me of a question I wanted to ask Unix people: other OSs I
use allow for dynamic linking, at runtime and in code, against shared
libraries, and I know Unix must allow this. The places where zlib is used
are pretty limited, so it might be worth considering doing the 'HAVE_ZLIB'
kinds of checks at runtime. Then one binary fits all...

Is this hard or easy - at least on machines with a libz.so?

Is it worth doing?

I guess the alternative on rpm is to create both: pg_dump.zlib and
pg_dump.nozlib, and install the right one?

----------------------------------------------------------------
Philip Warner | __---_____
Albatross Consulting Pty. Ltd. |----/ - \
(A.C.N. 008 659 498) | /(@) ______---_
Tel: (+61) 0500 83 82 81 | _________ \
Fax: (+61) 0500 83 82 82 | ___________ |
Http://www.rhyme.com.au | / \|
| --________--
PGP key available upon request, | /
and from pgp5.ai.mit.edu:11371 |/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2000-07-08 01:19:50 Re: Re: [SQL] Re: [GENERAL] lztext and compression ratios...
Previous Message Peter Eisentraut 2000-07-08 00:16:18 Re: Re: [SQL] Re: [GENERAL] lztext and compression ratios...

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2000-07-08 01:19:50 Re: Re: [SQL] Re: [GENERAL] lztext and compression ratios...
Previous Message Chris Bitmead 2000-07-08 00:55:46 Re: libpq / SQL3

Browse pgsql-sql by date

  From Date Subject
Next Message Bruce Momjian 2000-07-08 01:19:50 Re: Re: [SQL] Re: [GENERAL] lztext and compression ratios...
Previous Message Peter Eisentraut 2000-07-08 00:16:18 Re: Re: [SQL] Re: [GENERAL] lztext and compression ratios...