Re: server won't shutdown

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Laurette Cisneros <laurette(at)nextbus(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: server won't shutdown
Date: 2003-02-14 00:24:46
Message-ID: 2328.1045182286@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Laurette Cisneros <laurette(at)nextbus(dot)com> writes:
> Ok, it reproduced today on my development server.

Boy, it sure looks like everything's just sitting idle waiting for
client input, and hasn't noticed your shutdown request at all. You
sure you used "-m fast"? Could you attach to the postmaster and see
what its Shutdown variable contains, and to the backends and see what
the variables manipulated by die() contain? (InterruptPending,
proc_exit_inprogress, ProcDiePending, ImmediateInterruptOK,
InterruptHoldoffCount, CritSectionCount)

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Laurette Cisneros 2003-02-14 00:29:12 Re: server won't shutdown
Previous Message Laurette Cisneros 2003-02-14 00:08:08 Re: server won't shutdown