Re: Is there any performance penalty using --with-ssl? - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: Is there any performance penalty using --with-ssl?
Date
Msg-id GNELIHDDFBOCMGBFGEFOGEACCBAA.chriskl@familyhealth.com.au
Whole thread Raw
In response to Re: Is there any performance penalty using --with-ssl?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Is there any performance penalty using --with-ssl?  (Palle Girgensohn <girgen@partitur.se>)
List pgsql-hackers
> Failure to build/run if SSL libraries are not available?
>
> AFAIK there is no run-time penalty, especially not if the server is
> started without the enable-ssl switch.  But there had better be an
> SSL library to link with.

Palle - the current Postgres Port uses the 'dialog' command to present a
menu of what people can optionally compile in.  Why not just leave it in
that menu?

Chris



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Updated TODO item
Next
From: Bruce Momjian
Date:
Subject: Re: LWLock contention: I think I understand the problem