Re: pgsql-server/src/template freebsd

From: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>, Bruce Momjian <momjian(at)svr1(dot)postgresql(dot)org>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql-server/src/template freebsd
Date: 2003-09-13 17:44:21
Message-ID: 20030913144344.V82880@ganymede.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers


run what? :)

neptune# find . -name test_thread_funcs.c -print
neptune# pwd
/usr/local/src/postgresql-7.4beta2

On Sat, 13 Sep 2003, Bruce Momjian wrote:

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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Larry Rosenman 2003-09-13 17:56:48 Re: pgsql-server/src/template freebsd
Previous Message Tom Lane 2003-09-13 17:33:46 pgsql-server/contrib README array/README.array ...