Re: Stopping Postgres - Mailing list pgsql-general

From Richard Huxton
Subject Re: Stopping Postgres
Date
Msg-id 42D62377.2080603@archonet.com
Whole thread Raw
In response to Stopping Postgres  (David Mitchell <david.mitchell@telogis.com>)
List pgsql-general
David Mitchell wrote:
> What is the best way to quickly and reliably stop postgres? We've found
> that pg_ctl doesn't work for us very well, frequently failing to
> actually stop the postmaster (it times out and reports that it has
> failed to stop). This is the same even if we use -m immediate.

AFAIK pg_ctl just signals the backend (as you can do with kill). Are you
saying it never exits, or just that pg_ctl stops waiting for it to finish?

--
   Richard Huxton
   Archonet Ltd

pgsql-general by date:

Previous
From: Joachim Wieland
Date:
Subject: Re: Transparent encryption in PostgreSQL?
Next
From: Leif Jensen
Date:
Subject: Recursive stored procedure in C.