Re: openbsd, plpython, missing threading symbols

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Marko Kreen <marko(at)l-t(dot)ee>
Cc: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Andrew Dunstan <andrew(at)dunslane(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: openbsd, plpython, missing threading symbols
Date: 2005-09-26 16:48:19
Message-ID: 200509261648.j8QGmJT15423@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Patch applied. Thanks.

---------------------------------------------------------------------------

Marko Kreen wrote:
> On Fri, Aug 12, 2005 at 10:27:16PM -0400, Bruce Momjian wrote:
> > Where are we going with this patch? It doesn't test specific OS's known
> > to fail.
>
> I hoped people more familiar with the problem would tune it...
>
> Here is updated patch where I test specifically
> 'openbsd*|freebsd*' instead of '*bsd*'. Although
> AFAIK all BSD's use similar libc/libc_r setup so
> *bsd* should have been fine.
>
> Also I 'clarified' the error message a bit.
>
> There is one notable feature of this patch - it will check
> for threaded Python on all platforms and print the result,
> this hopefully helps tracking problems on other platforms too.
>
> --
> marko
>

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly

--
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

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2005-09-26 16:49:23 Open items list for 8.1
Previous Message Bruce Momjian 2005-09-26 16:44:05 Re: [HACKERS] statement logging / extended query protocol