Re: Relation 0 does not exist - Mailing list pgsql-general

From Patrick Welche
Subject Re: Relation 0 does not exist
Date
Msg-id 20020925233900.D10728@quartz.newn.cam.ac.uk
Whole thread Raw
In response to Re: Relation 0 does not exist  (Patrick Welche <prlw1@newn.cam.ac.uk>)
Responses Re: Relation 0 does not exist  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Relation 0 does not exist  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On Wed, Sep 25, 2002 at 11:28:21PM +0100, Patrick Welche wrote:
> (Now postmaster won't shutdown pg_ctl: postmaster does not shut down)

It's stuck in ServerLoop () at postmaster.c:949
(gdb) print rmask
$1 = {fds_bits = {8, 0, 0, 0, 0, 0, 0, 0}}
(gdb) print wmask
$2 = {fds_bits = {0, 0, 0, 0, 0, 0, 0, 0}}
(gdb) print timeout
$3 = {tv_sec = 60, tv_usec = 0}

Remembers Tip 1: Don't kill -9 the postmaster... Hmm 2 and 15 don't do anything..

Patrick

pgsql-general by date:

Previous
From: Patrick Welche
Date:
Subject: Re: Relation 0 does not exist
Next
From: Tom Lane
Date:
Subject: Re: Relation 0 does not exist