Re: problems with postmaster

From: Mathijs Brands <mathijs(at)ilse(dot)nl>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: problems with postmaster
Date: 2000-11-24 19:49:04
Message-ID: 20001124204904.B73589@ilse.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Fri, Nov 24, 2000 at 12:34:29PM -0600, Mike Castle allegedly wrote:
> ipcclean
> pg_ctl stop
>
> Though finding out about ipcclean was not easy considering the output
> given. There is no mention of it in any of the FAQs.
>
> mrc

You could also use ipcrm manually to clean up the shm segments postgresql
left lying around. Moral of the story: DON'T USE A SIGKILL TO STOP
POSTGRESQL.

Of course, there are times when you need to be somewhat crude.

Mathijs
--
It's not that perl programmers are idiots, it's that the language
rewards idiotic behavior in a way that no other language or tool has
ever done.
Erik Naggum

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Edmar Wiggers 2000-11-24 20:15:43 OpenACS
Previous Message Mike Castle 2000-11-24 18:34:29 Re: problems with postmaster