[ still catching up on back email ]
mha(at)postgresql(dot)org (Magnus Hagander) writes:
> 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.
I find it fairly disturbing that this patch was committed with a bug
that ensured it wouldn't even compile for the case of SSL and
THREAD_SAFETY both enabled. Which one would think would have been
the primary case to test. Would anyone like to reassure us why this
patch shouldn't just be reverted in toto until it's actually been
tested a bit?
regards, tom lane
In response to
Responses
pgsql-hackers by date
| Next: | From: Magnus Hagander | Date: 2008-12-08 20:49:49 |
| Subject: Re: [COMMITTERS] pgsql: Properly unregister OpenSSL callbacks when
libpq is done with |
| Previous: | From: Tom Lane | Date: 2008-12-08 20:20:34 |
| Subject: Re: new vacuum is slower for small tables |
pgsql-committers by date
| Next: | From: Magnus Hagander | Date: 2008-12-08 20:49:49 |
| Subject: Re: [COMMITTERS] pgsql: Properly unregister OpenSSL callbacks when
libpq is done with |
| Previous: | From: Magnus Hagander | Date: 2008-12-08 20:31:00 |
| Subject: pgsql: Clearify how processes are started by autovacuum, and what the |