Re: transforms

From: Steve Singer <steve(at)ssinger(dot)info>
To: Josh Berkus <josh(at)agliodbs(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: transforms
Date: 2013-03-05 18:42:08
Message-ID: BLU0-SMTP52C68D808A1915599AB199DCFB0@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 13-03-03 08:13 PM, Josh Berkus wrote:
>> This (creating the extensions) works fine for me on a Ubuntu 10.x system
>>

> Now if only we can work out the combinatorics issue ...
>

The plpython2u extensions worked fine but I haven't been able to get
this to work with plpython3u (python 3.1).

create extension hstore_plpython3u;
ERROR: could not load library
"/usr/local/pgsql93git/lib/hstore_plpython3.so":
/usr/local/pgsql93git/lib/hstore_plpython3.so: undefined symbol:
_Py_NoneStruct

Peter mentioned in the submission that the unit tests don't pass with
python3, it doesn't work for meoutside the tests either.

Steve

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Duffey 2013-03-05 19:01:58 Re: [GENERAL] Floating point error
Previous Message Tom Lane 2013-03-05 18:38:47 Re: [HACKERS] Floating point error