| From: | <wespvp(at)syntegra(dot)com> |
|---|---|
| To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, <wespvp(at)syntegra(dot)com> |
| Cc: | Keary Suska <hierophant(at)pcisys(dot)net>, Postgres General <pgsql-general(at)postgresql(dot)org>, Aaron Burghardt <aburgh(at)mac(dot)com> |
| Subject: | Re: enable thready safety on Mac OS X 10.3.4 |
| Date: | 2004-07-08 17:27:10 |
| Message-ID: | BD12EE1E.EFF4%wespvp@syntegra.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On 7/8/04 11:28 AM, "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us> wrote:
> OK, I have removed the changes I just added to allow threads for 7.4.X
> on OSX. This stuff had to be dealt with before 7.4 final, and I don't
> want to play with it at this point. 7.5 thread testing is automatic so
> people will have to wait for that.
Just as a note to anyone searching the archives...
# tools/thread/thread_test must be run
THREAD_SUPPORT=yes
THREAD_CPPFLAGS="-D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS"
THREAD_LIBS="-lpthread"
NEED_REENTRANT_FUNCS=yes
works on both OS X 10.2 and 10.3
Wes
| From | Date | Subject | |
|---|---|---|---|
| Next Message | wespvp | 2004-07-08 17:30:39 | Re: Postgres doesn't use indexes for prefix matching? |
| Previous Message | Marc Slemko | 2004-07-08 17:00:21 | Re: Enough RAM for entire Database.. cost aside, is this |