Skip to content
Snippets Groups Projects
  • Bruce Momjian's avatar
    b041d3e3
    Attempt threading in this order: · b041d3e3
    Bruce Momjian authored
     *      use non-*_r function names if they are all thread-safe
     *          (NEED_REENTRANT_FUNCS=no)
     *      use *_r functions if they exist (configure test)
     *      do our own locking and copying of non-threadsafe functions
    
    New to this patch is the last option.
    b041d3e3
    History
    Attempt threading in this order:
    Bruce Momjian authored
     *      use non-*_r function names if they are all thread-safe
     *          (NEED_REENTRANT_FUNCS=no)
     *      use *_r functions if they exist (configure test)
     *      do our own locking and copying of non-threadsafe functions
    
    New to this patch is the last option.