Re: is there any backend timeout undocumented?

From: Neil Conway <nconway(at)klamath(dot)dyndns(dot)org>
To: "NunoACHenriques" <nach(at)fct(dot)unl(dot)pt>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: is there any backend timeout undocumented?
Date: 2002-05-27 21:48:24
Message-ID: 20020527174824.07dbe09b.nconway@klamath.dyndns.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, 23 May 2002 18:36:17 +0100 (WEST)
"NunoACHenriques" <nach(at)fct(dot)unl(dot)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(at)rogers(dot)com>
PGP Key ID: DB3C29FC

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-05-27 21:54:08 Re: strange update problem with 7.2.1
Previous Message Manfred Koizar 2002-05-27 21:32:13 Re: is there any backend timeout undocumented?