PostgreSQL 8.1 without readline and zlib

Started by gfnobregaabout 20 years ago3 messagesgeneral
Jump to latest
#1gfnobrega
gfnobrega@planae.com.br

Hi, list!

Exist some negative performance impact in compiling postgresql without libs
readline and zlib? I was compiling in a HP PA-RISC with HP AnsiC compiler.

Thanks!

Gustavo Franklin Nóbrega

gfnobrega@planae.com.br
Infraestrutura e Banco de Dados
Planae Tecnologia da Informação
(+55) 14 2106-3514
http://www.planae.com.br <http://www.planae.com.br/&gt;

#2Bruce Momjian
bruce@momjian.us
In reply to: gfnobrega (#1)
Re: PostgreSQL 8.1 without readline and zlib

gfnobrega wrote:

Hi, list!

Exist some negative performance impact in compiling postgresql without libs
readline and zlib? I was compiling in a HP PA-RISC with HP AnsiC compiler.

No performance impact in having or not having these features.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073
#3Richard Huxton
dev@archonet.com
In reply to: gfnobrega (#1)
Re: PostgreSQL 8.1 without readline and zlib

gfnobrega wrote:

Hi, list!

Exist some negative performance impact in compiling postgresql without libs
readline and zlib? I was compiling in a HP PA-RISC with HP AnsiC compiler.

http://www.postgresql.org/docs/8.1/static/install-procedure.html

--without-readline
Prevents use of the Readline library.
This disables command-line editing and history in psql,
so it is not recommended.
--without-zlib
Prevents use of the Zlib library.
This disables support for compressed archives in pg_dump and pg_restore.
This option is only intended for those rare systems where this
library is not available.

You can get by without readline without too much trouble, but I'd be
less willing to lose compressed archives.

HTH
--
Richard Huxton
Archonet Ltd