Re: mingw: is configure --without-zlib ok?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Matthew England" <mengland(at)mengland(dot)net>
Cc: pgsql-ports(at)postgresql(dot)org
Subject: Re: mingw: is configure --without-zlib ok?
Date: 2006-02-27 17:21:42
Message-ID: 20361.1141060902@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Matt England <mengland(at)mengland(dot)net> writes:
> Is it safe to make a build with './configure --without-zlib'?

> What's the consequences of doing this? Will something not work properly in
> the resulting psql application/database?

AFAIR the only thing you lose is the ability to create or read
compressed custom-format dump files in pg_dump/pg_restore. You
can certainly live without this --- unless you need to read
compressed dumps that someone else sends you.

regards, tom lane

In response to

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Bruce Momjian 2006-02-28 02:14:52 Re: mingw: is configure --without-zlib ok?
Previous Message Tom Lane 2006-02-27 17:19:09 Re: mingw 8.1.3 build error: conftest.c: Permission denied