From: | Kris Jurka <books(at)ejurka(dot)com> |
---|---|
To: | Magnus Hagander <magnus(at)hagander(dot)net> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: pgsql: Properly unregister OpenSSL callbacks when libpq is done with |
Date: | 2008-12-04 02:42:43 |
Message-ID: | 493743A3.2010909@ejurka.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
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.
Kris Jurka
Attachment | Content-Type | Size |
---|---|---|
fix-libpq-threaded-ssl.patch | text/x-patch | 481 bytes |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2008-12-04 02:52:31 | pgsql: Fix typo in recent SSL unload patch. |
Previous Message | Hiroshi Inoue | 2008-12-04 01:35:42 | Re: Re: [COMMITTERS] pgsql: Explicitly bind gettext() to the UTF8 locale when in use. |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2008-12-04 02:52:39 | Re: Re: pgsql: Properly unregister OpenSSL callbacks when libpq is done with |
Previous Message | Koichi Suzuki | 2008-12-04 02:15:00 | Re: V2 of PITR performance improvement for 8.4 |