Re: How to find out about zlib compression

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: How to find out about zlib compression
Дата
Msg-id 5767.1161533755@sss.pgh.pa.us
обсуждение исходный текст
Ответ на How to find out about zlib compression  ("Low Kian Seong" <postgresql.low@gmail.com>)
Ответы Re: How to find out about zlib compression  ("Low Kian Seong" <postgresql.low@gmail.com>)
Список pgsql-general
"Low Kian Seong" <postgresql.low@gmail.com> writes:
> My question, if we are using binaries on a rpm based system and without
> looking at the src.rpm is there a way to query the postgresql server to find
> out whether it was built against the zlib compression library ?

pg_config --configure | grep -e '--without-zlib'

In practice, there is 0 chance that an RPM distribution would be built
without zlib.

            regards, tom lane

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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: performace review
Следующее
От: Tom Lane
Дата:
Сообщение: Re: performace review