Re: Re: pgsql: Properly unregister OpenSSL callbacks when libpq is done with - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Re: pgsql: Properly unregister OpenSSL callbacks when libpq is done with
Date
Msg-id 200812040252.mB42qdY18269@momjian.us
Whole thread Raw
In response to Re: pgsql: Properly unregister OpenSSL callbacks when libpq is done with  (Kris Jurka <books@ejurka.com>)
Responses Re: Re: pgsql: Properly unregister OpenSSL callbacks when libpq is done with  (Magnus Hagander <magnus@hagander.net>)
List pgsql-hackers
Kris Jurka wrote:
> Magnus Hagander wrote:
> > Log Message:
> > -----------
> > Properly unregister OpenSSL callbacks when libpq is done with
> > it's connection. This is required for applications that unload
> > the libpq library (such as PHP) in which case we'd otherwise
> > have pointers to these functions when they no longer exist.
> 
> Breaks the build with --enable-thread-safety and --with-openssl because 
> of this typo.

Thanks, applied.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +


pgsql-hackers by date:

Previous
From: Kris Jurka
Date:
Subject: Re: pgsql: Properly unregister OpenSSL callbacks when libpq is done with
Next
From: "Robert Haas"
Date:
Subject: Re: Simple postgresql.conf wizard