Re: port/thread.c and pthreads

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: port/thread.c and pthreads
Date: 2008-04-21 18:35:34
Message-ID: 200804211835.m3LIZYt22308@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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?

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2008-04-21 18:40:32 Re: Commitfest namespacing (was: TODO, FAQs to Wiki?)
Previous Message Andrew Dunstan 2008-04-21 18:09:34 Re: typedefs for indent