Re: question on forced-killing the postmaster - Mailing list pgsql-novice

From Tom Lane
Subject Re: question on forced-killing the postmaster
Date
Msg-id 22545.1082497732@sss.pgh.pa.us
Whole thread Raw
In response to question on forced-killing the postmaster  (shadowbox@punkass.com)
List pgsql-novice
shadowbox@punkass.com writes:
> why is it bad to kill -9 the postmaster?

Because then you end up with unreclaimed shared memory and semaphores.
Do this a few times and you'll run into the kernel limits on how much
of either you can have, and then be unable to start a fresh postmaster
without manual cleanup (or rebooting).

            regards, tom lane

pgsql-novice by date:

Previous
From: Christian Pöcher
Date:
Subject: Re: Using SELECT WHERE
Next
From: Ron St-Pierre
Date:
Subject: Re: Using SELECT WHERE