Re: PL/Python fails on new NetBSD/PPC 8.0 install - Mailing list pgsql-hackers

From Tom Lane
Subject Re: PL/Python fails on new NetBSD/PPC 8.0 install
Date
Msg-id 31546.1572456780@sss.pgh.pa.us
Whole thread Raw
In response to Re: PL/Python fails on new NetBSD/PPC 8.0 install  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I wrote:
> Thomas Munro <thomas.munro@gmail.com> writes:
>> From a quick look at the relevant trees, isn't the problem here that
>> cpython thinks it can reserve pthread_t value -1 (or rather, that
>> number cast to unsigned long, which is the type it uses for its own
>> thread IDs):

> Yeah, this.  I shall now go rant at the Python people about that.

Done at

https://bugs.python.org/issue38646

            regards, tom lane



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Proposal: Global Index
Next
From: Peter Geoghegan
Date:
Subject: Re: Parallel leader process info in EXPLAIN