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

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Re: [SQL] Re: [GENERAL] lztext and compression ratios...
Дата
Msg-id 200007080119.VAA14375@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Re: [SQL] Re: [GENERAL] lztext and compression ratios...  (Philip Warner <pjw@rhyme.com.au>)
Ответы Re: Re: [SQL] Re: [GENERAL] lztext and compression ratios...  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> 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?

We do dynamic loading for functions.  Not sure if we want to load zlib
dynamically if we can help it.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Philip Warner
Дата:
Сообщение: Re: Re: [SQL] Re: [GENERAL] lztext and compression ratios...
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Re: [SQL] Re: [GENERAL] lztext and compression ratios...