Re: [PORTS] mingw: is configure --without-zlib ok?
Bruce Momjian <[email protected]> Mon, 27 Feb 2006 21:14:52 -0500 (EST)
| Newsgroups | gmane.comp.db.postgresql.ports |
|---|---|
| Message-ID | <[email protected]> |
Tom Lane wrote: > Matt England <[email protected]> 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. And it is in our manual: The <productname>zlib</productname> compression library will be used by default. If you don't want to use it then you must specify the <option>--without-zlib</option> option for <filename>configure</filename>. Using this option disables support for compressed archives in <application>pg_dump</> and <application>pg_restore</>. -- Bruce Momjian http://candle.pha.pa.us SRA OSS, Inc. http://www.sraoss.com + If your life is a hard drive, Christ can be your backup. + ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match