Re: Building Thread-Safe on OS X

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Keary Suska <hierophant(at)pcisys(dot)net>
Cc: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Building Thread-Safe on OS X
Date: 2004-06-02 19:53:20
Message-ID: 200406021953.i52JrKL16346@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Keary Suska wrote:
> I followed the directions in the /src/tools/thread directory, ran the test
> program, which said everything was OK and recommended another setting, which
> I added to the template/reconfigured/recompiled. Both the test program and
> readme mentioned thread-specific compiler directives but didn't say which or
> what values, so I didn't add any.
>
> Can I assume that I have a thread-safe libpq, or is there something I am
> missing?

Sorry, you need to add --enable-thread-safety to the configure run. In
7.5, you still need the flag, but all the testing is done automatically.

--
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-general by date

  From Date Subject
Next Message Jack Orenstein 2004-06-03 00:38:58 Page access pattern in query plan using index scan
Previous Message Dann Corbit 2004-06-02 19:34:29 Re: Running Totals and stuff...