Re: transforms - Mailing list pgsql-hackers

From Andres Freund
Subject Re: transforms
Date
Msg-id 20130311165049.GA654@awork2.anarazel.de
Whole thread Raw
In response to Re: transforms  (Josh Berkus <josh@agliodbs.com>)
Responses Re: transforms  (Josh Berkus <josh@agliodbs.com>)
List pgsql-hackers
On 2013-03-11 09:42:18 -0700, Josh Berkus wrote:
> 
> > Your error looks like youre erroring out in plperl not in hstore?
> 
> Look again.

> ERROR:  could not load library "/home/josh/pg93/lib/postgresql/hstore_plperl.so":
> /home/josh/pg93/lib/postgresql/hstore_plperl.so: undefined symbol: PL_thr_key

Thats a perl symbol.

> Peter, is there any way for you to tackle this issue?  I have no idea
> how to fix it, myself ...

If you add a:

DO LANGUAGE plperlu $$$$;
SELECT NULL::hstore;

to the extension script, does it work?

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: transforms
Next
From: Josh Berkus
Date:
Subject: Re: transforms