Re: [PATCHES] UnixWare/CVS Tip/initdb.c needs to use

From: Larry Rosenman <ler(at)lerctr(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCHES] UnixWare/CVS Tip/initdb.c needs to use
Date: 2004-03-22 18:07:36
Message-ID: 147790000.1079978856@lerlaptop.lerctr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

--On Monday, March 22, 2004 12:49:00 -0500 Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
wrote:

> Larry Rosenman <ler(at)lerctr(dot)org> writes:
>> I really, really, really want to see threads enabled for libpq for this
>> platform, especially since SCO will be distributing it at some point in
>> time.
>
> I think very few of the folks on this list will see that as a reason
> why they should expend any effort; more likely the opposite.
>
> If you can fix it yourself in a reasonably non-intrusive way, we'll take
> the patch ... that's about the extent of the cooperation you can expect.
would a dlsym-based solution be accepted? I.E. wrap the pthread_* calls
in libpq, and if the real ones are present, use them, else return a static
variable?

>
> regards, tom lane

--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: ler(at)lerctr(dot)org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-03-22 18:15:15 Re: [PATCHES] UnixWare/CVS Tip/initdb.c needs to use
Previous Message Bruce Momjian 2004-03-22 17:57:49 Re: [PATCHES] UnixWare/CVS Tip/initdb.c needs to use

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2004-03-22 18:15:15 Re: [PATCHES] UnixWare/CVS Tip/initdb.c needs to use
Previous Message Bruce Momjian 2004-03-22 17:57:49 Re: [PATCHES] UnixWare/CVS Tip/initdb.c needs to use