Threading bug

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Threading bug
Date: 2004-02-11 17:29:54
Message-ID: 200402111729.i1BHTsS15269@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

Attachment Content-Type Size
unknown_filename text/plain 1.9 KB

Browse pgsql-patches by date

  From Date Subject
Next Message Mark Gibson 2004-02-11 18:03:48 Re: [GENERAL] dblink - custom datatypes don't work
Previous Message Tom Lane 2004-02-11 16:53:01 Re: [GENERAL] dblink - custom datatypes don't work