Re: is there any backend timeout undocumented? - Mailing list pgsql-hackers

From Neil Conway
Subject Re: is there any backend timeout undocumented?
Date
Msg-id 20020527174824.07dbe09b.nconway@klamath.dyndns.org
Whole thread Raw
In response to is there any backend timeout undocumented?  (NunoACHenriques <nach@fct.unl.pt>)
List pgsql-hackers
On Thu, 23 May 2002 18:36:17 +0100 (WEST)
"NunoACHenriques" <nach@fct.unl.pt> wrote:
>     Is there any server timeout that is undocumented?

Looks more like a backend crash to me. Can you look for a core file in
$PGDATA/base/xxx/ (where xxx is the OID of your database)? If you
don't have debugging already enabled, try rebuilding PostgreSQL with
debugging support (./configure --enable-debug, or "-g" CFLAGS), and
then getting a backtrace with gdb. Also, posting the source of
construct_warehouse() might be helpful.

Cheers,

Neil

-- 
Neil Conway <neilconway@rogers.com>
PGP Key ID: DB3C29FC


pgsql-hackers by date:

Previous
From: Joe Conway
Date:
Subject: Re: revised sample SRF C function; proposed SRF API
Next
From: Manuel Sugawara
Date:
Subject: Re: is there any backend timeout undocumented?