Re: 8.3.0 backend segfaults - Mailing list pgsql-bugs

From Tom Lane
Subject Re: 8.3.0 backend segfaults
Date
Msg-id 20391.1205339463@sss.pgh.pa.us
Whole thread Raw
In response to Re: 8.3.0 backend segfaults  ("Alex Hunsaker" <badalex@gmail.com>)
Responses Re: 8.3.0 backend segfaults
List pgsql-bugs
"Alex Hunsaker" <badalex@gmail.com> writes:
> Here is what im trying right now with no success:

>         my $sth = $db->prepare_cached('select * from junk left join
> junk as j on j.junk = junk.junk where junk.junk like ? limit 1;');

You need to duplicate more of the original query structure to provoke
the problem, likely.  The crash appeared to involve evaluation of an
immutable SQL function ...

            regards, tom lane

pgsql-bugs by date:

Previous
From: Rodriguez Fernando
Date:
Subject: Re: 8.3.0 backend segfaults
Next
From: "Alex Hunsaker"
Date:
Subject: Re: 8.3.0 backend segfaults