pgsql-server/ /configure.in rc/include/port.h ...

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/ /configure.in rc/include/port.h ...
Date: 2003-09-13 14:49:51
Message-ID: 20030913144951.E78FAD1B52A@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)svr1(dot)postgresql(dot)org 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.

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2003-09-13 16:26:18 pgsql-server/contrib/pg_autovacuum README.pg_a ...
Previous Message Barry Lind 2003-09-13 04:02:17 pgsql-server/src/interfaces/jdbc/org/postgresq ...