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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Larry Rosenman <ler(at)lerctr(dot)org>
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:15:15
Message-ID: 6786.1079979315@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Larry Rosenman <ler(at)lerctr(dot)org> writes:
> --On Monday, March 22, 2004 12:49:00 -0500 Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>=20
> wrote:
>> 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=20
> variable?

I can't tell from that description if the idea meets the "non intrusive"
test or not. How many places would you have to touch? How exactly are
you going to tell "whether the real ones are present"?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Larry Rosenman 2004-03-22 18:17:54 Re: [PATCHES] UnixWare/CVS Tip/initdb.c needs to use
Previous Message Larry Rosenman 2004-03-22 18:07:36 Re: [PATCHES] UnixWare/CVS Tip/initdb.c needs to use

Browse pgsql-patches by date

  From Date Subject
Next Message Larry Rosenman 2004-03-22 18:17:54 Re: [PATCHES] UnixWare/CVS Tip/initdb.c needs to use
Previous Message Larry Rosenman 2004-03-22 18:07:36 Re: [PATCHES] UnixWare/CVS Tip/initdb.c needs to use