Re: [Pgbuildfarm-members] CREATE FUNCTION hang on test machine polecat on HEAD - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: [Pgbuildfarm-members] CREATE FUNCTION hang on test machine polecat on HEAD
Date
Msg-id 4DED7F10.2030404@dunslane.net
Whole thread Raw
Responses Re: Re: [Pgbuildfarm-members] CREATE FUNCTION hang on test machine polecat on HEAD
Re: [Pgbuildfarm-members] CREATE FUNCTION hang on test machine polecat on HEAD
List pgsql-hackers

On 06/06/2011 07:30 PM, Robert Creager wrote:
> [4de65a8f.607a:1] LOG:  connection received: host=[local]
> [4de65a8f.607a:2] LOG:  connection authorized: user=Robert database=pl_regression
> [4de65a8f.607a:3] LOG:  statement: CREATE OR REPLACE FUNCTION bar() RETURNS integer AS $$
>         #die 'BANG!'; # causes server process to exit(2)
>         # alternative - causes server process to exit(255)
>         spi_exec_query("invalid sql statement");
>     $$ language plperl;
>
> I'll leave it running tonight (going home), so I can poke tomorrow if anyone wants me to.
>
>

That's weird. Why it should hang there I have no idea. Did it hang at 
the same spot both times? Can you get a backtrace?

cheers

andrew


pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: reducing the overhead of frequent table locks - now, with WIP patch
Next
From: Josh Kupershmidt
Date:
Subject: Re: Review: psql include file using relative path