Re: Add thread.c and linkage

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Add thread.c and linkage
Date: 2003-06-14 17:45:56
Message-ID: 200306141745.h5EHjuU06778@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Tom Lane wrote:
> It seems really ugly to be putting a big case statement on the OS type
> into configure. Can't you put those values into the per-platform
> template files, instead?

I hadn't thought of that. We can do that. However, seems we have to
have a test in there anyway to know whether we can do threads at all, or
do we make a new variable and set it to true only in the templates that
support it?

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

  From Date Subject
Next Message Tom Lane 2003-06-14 17:47:33 Re: Add thread.c and linkage
Previous Message Tom Lane 2003-06-14 17:32:13 Re: Add thread.c and linkage