Tom Lane wrote:
> Bruce Momjian <[EMAIL PROTECTED]> writes:
> > Your patch has been added to the PostgreSQL unapplied patches list at:
>
> Uh, wasn't this applied some time ago?
Yes, I see it now. I am not sure why I missed the commit message. It
might have been during those few days where I had
Sorry, already applied. Thanks.
---
Reece Hart wrote:
> Okay, Tom, here's take II.
>
> warning: I've handchecked the sgml, but the doc tools I've got installed
> die when I make man within doc/src/sgml. Specifically:
>
>
Your patch has been added to the PostgreSQL unapplied patches list at:
http://momjian.postgresql.org/cgi-bin/pgpatches
I will try to apply it within the next 48 hours.
---
Reece Hart wrote:
> Okay, Tom, here's tak
The following patch creates a separate configuration variable for each
function requiring thread safety. This allows better selection of *_r
function names. It also removes thread locking around non-thread-safe
function because the application could call those from its own code.
Platforms will h
I found a bug in my coding of the thread-detection logic. I was not
setting NEED_REENTRANT_FUNCS properly, so locking and *_r functions
where not being used.
The has been backpatched to 7.4.X.
--
Bruce Momjian| http://candle.pha.pa.us
[EMAIL PROTECTED]