Thread redesign

Started by Bruce Momjianover 22 years ago1 messagespatches
Jump to latest
#1Bruce Momjian
bruce@momjian.us

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

Attachments:

/bjm/difftext/plainDownload+237-335