From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org> |
Subject: | Thread redesign |
Date: | 2004-02-11 21:47:09 |
Message-ID: | 200402112147.i1BLl9d17845@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
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 have to re-run tools/thread to report their thread-safe
functions.
--
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 | 27.4 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2004-02-11 22:20:06 | Re: [PATCHES] client_encoding in dump file |
Previous Message | Mark Gibson | 2004-02-11 18:03:48 | Re: [GENERAL] dblink - custom datatypes don't work |