Re: mingw: is configure --without-zlib ok? - Mailing list pgsql-ports

From Tom Lane
Subject Re: mingw: is configure --without-zlib ok?
Date
Msg-id 20361.1141060902@sss.pgh.pa.us
Whole thread Raw
In response to mingw: is configure --without-zlib ok?  (Matt England <mengland@mengland.net>)
Responses Re: mingw: is configure --without-zlib ok?
List pgsql-ports
Matt England <mengland@mengland.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

pgsql-ports by date:

Previous
From: Tom Lane
Date:
Subject: Re: mingw 8.1.3 build error: conftest.c: Permission denied
Next
From: Bruce Momjian
Date:
Subject: Re: mingw: is configure --without-zlib ok?