From: | Alex Hunsaker <badalex(at)gmail(dot)com> |
---|---|
To: | pasman <pasman(dot)p(at)gmail(dot)com> |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: BUG #6204: Using plperl functions generate crash |
Date: | 2011-09-14 22:17:53 |
Message-ID: | CAFaPBrRbEfH6xU=9WMvHPZ23bPbJRk2wsUBzSqnD+_86nPKzGw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
On Wed, Sep 14, 2011 at 03:15, pasman <pasman(dot)p(at)gmail(dot)com> wrote:
>
> The following bug has been logged online:
>
> Bug reference: 6204
> Logged by: pasman
> Email address: pasman(dot)p(at)gmail(dot)com
> PostgreSQL version: 9.1.0
> Operating system: WinXP sp3
> Description: Using plperl functions generate crash
> Details:
>
> After install postgresql 9.1.0 and Activestate perl 5.14.1 execute:
>
> create function perl_test() returns void as
> $$
> $$
> language plperl
My hunch is the binary distribution of postgres you are using was
compiled with a different version (or brand, maybe strawberry?) of
perl in mind.
I don't know what installer you used, I'd guess the one from
enterprisedb. I looked around for a bit on their website but didn't
see what flavor of perl for windows it wants... :-(
From | Date | Subject | |
---|---|---|---|
Next Message | Abel Abraham Camarillo Ojeda | 2011-09-14 22:45:01 | Re: BUG #6205: ERROR: temporary tables cannot specify a schema name |
Previous Message | Carlos | 2011-09-14 22:10:40 | BUG #6206: The reset button is always blocked in case of error in the backup file. |