From: | Michael Fuhr <mike(at)fuhr(dot)org> |
---|---|
To: | Vladimir D Belousov <pg-maillist(at)klarnet(dot)ru> |
Cc: | pgsql-novice(at)postgresql(dot)org |
Subject: | Re: Troubles with PL/Perl in PgSQL |
Date: | 2005-07-29 02:39:25 |
Message-ID: | 20050729023925.GA25270@winnie.fuhr.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
On Wed, Jul 27, 2005 at 06:48:35PM +0400, Vladimir D Belousov wrote:
> test=# select * from myint(5);
> server closed the connection unexpectedly
> This probably means the server terminated abnormally
> before or while processing the request.
> The connection to the server was lost. Attempting reset: Failed.
Did you get a core dump? In released versions of PostgreSQL core
dumps are usually under $PGDATA/base/<database oid>, although some
systems can be configured to put them elsewhere (e.g., by using
FreeBSD's kern.corefile sysctl setting). If you got a core dump
then it might be useful to see a stack trace. If you didn't get a
core dump then you might need to change the coredumpsize resource
setting so you do get one.
--
Michael Fuhr
http://www.fuhr.org/~mfuhr/
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Glaesemann | 2005-07-30 08:33:03 | Re: SQL function |
Previous Message | operationsengineer1 | 2005-07-28 19:07:30 | Re: Table Design Issue & PGSQL Performance |