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
In response to
Responses
pgsql-hackers by date
| Next: | From: Bruce Momjian | Date: 2008-12-04 02:52:39 |
| Subject: Re: Re: pgsql: Properly unregister OpenSSL
callbacks when libpq is done with |
| Previous: | From: Koichi Suzuki | Date: 2008-12-04 02:15:00 |
| Subject: Re: V2 of PITR performance improvement for 8.4 |
pgsql-committers by date
| Next: | From: Bruce Momjian | Date: 2008-12-04 02:52:31 |
| Subject: pgsql: Fix typo in recent SSL unload patch. |
| Previous: | From: Hiroshi Inoue | Date: 2008-12-04 01:35:42 |
| Subject: Re: Re: [COMMITTERS] pgsql: Explicitly bind gettext() to
the UTF8 locale when in use. |