Re: Re: pgsql: Properly unregister OpenSSL callbacks when libpq is done with

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Kris Jurka <books(at)ejurka(dot)com>
Cc: Magnus Hagander <magnus(at)hagander(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Re: pgsql: Properly unregister OpenSSL callbacks when libpq is done with
Date: 2008-12-04 02:52:39
Message-ID: 200812040252.mB42qdY18269@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers 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(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message User Itagaki 2008-12-04 03:37:44 textsearch-ja - textsearch-ja: New Directory
Previous Message Bruce Momjian 2008-12-04 02:52:31 pgsql: Fix typo in recent SSL unload patch.

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2008-12-04 03:03:08 Re: Simple postgresql.conf wizard
Previous Message Kris Jurka 2008-12-04 02:42:43 Re: pgsql: Properly unregister OpenSSL callbacks when libpq is done with