Re: How to find out about zlib compression

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Low Kian Seong" <postgresql(dot)low(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How to find out about zlib compression
Date: 2006-10-22 16:15:55
Message-ID: 5767.1161533755@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Low Kian Seong" <postgresql(dot)low(at)gmail(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alex Mayrhofer 2006-10-22 16:24:43 storage size of "bitstring"?
Previous Message Joshua D. Drake 2006-10-22 15:12:30 Re: performace review