Re: pgsql-server/src/template freebsd - Mailing list pgsql-committers

From Bruce Momjian
Subject Re: pgsql-server/src/template freebsd
Date
Msg-id 200309131635.h8DGZJO07631@candle.pha.pa.us
Whole thread Raw
In response to Re: pgsql-server/src/template freebsd  ("Marc G. Fournier" <scrappy@postgresql.org>)
Responses Re: pgsql-server/src/template freebsd  ("Marc G. Fournier" <scrappy@postgresql.org>)
List pgsql-committers
Marc G. Fournier wrote:
>
> Based on what?  Last I checked, we were ...

Nope.  Run src/tools/test_thread_funcs.c.  We have reports of failures
on 4.8 and 5.1.  Of course, it is just testing a few functions that we
want to be thread-safe, but are not.   And, FreeBSD doesn't have *_r
versions of those functions, so will need the patch I just applied that
does the thread locking in our code.

--
  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

pgsql-committers by date:

Previous
From: "Marc G. Fournier"
Date:
Subject: Re: pgsql-server/src/template freebsd
Next
From: Tom Lane
Date:
Subject: Re: pgsql-server/ /configure.in rc/include/port.h ...