CVSROOT:        /cvsroot
Module name:    pgsql-server
Changes by:     [EMAIL PROTECTED]       03/09/13 11:49:51

Modified files:
        .              : configure.in 
        src/include    : port.h 
        src/port       : thread.c 
        src/template   : bsdi freebsd linux netbsd osf solaris unixware 

Log message:
        Attempt threading in this order:
        
        *      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.


---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

Reply via email to