Re: port/thread.c and pthreads

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: port/thread.c and pthreads
Date: 2008-04-22 13:07:14
Message-ID: 20080422150714.0e710045@mha-laptop
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian wrote:
> Magnus Hagander wrote:
> > port/thread.c includes the pthreads header files, and contains a
> > bunch of comments about pthreads - but there seems to be no code
> > related to pthreads at all in the file. Am I missing something
> > completely here? ;-)
>
> Uh, those files are thread-safe/reentrant versions of libc
> functions. I don't think they need the pthread.h includes. You want
> to try removing those includes and see how the buildfarm behaves?

Done, let's see what happens...

//Magnus

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2008-04-22 13:11:45 Re: Numeric Functions
Previous Message Aaron Spiteri 2008-04-22 13:00:56 Numeric Functions