"smart-fast" shutdown?

From: Ed Loehr <pggeneral(at)bluepolka(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: "smart-fast" shutdown?
Date: 2002-05-23 15:18:07
Message-ID: 3CED082F.3060200@bluepolka.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

In 7.2.1, IIRC, a fast shutdown rolls back any open transactions and breaks
all connections while a smart shutdown waits until all transactions are
completed and all connections are closed by the client. Is there an easy way
to do what I'll call a "smart-fast" shutdown in which the postmaster waits
for transactions to complete and then forcibly breaks connections?

Ed

Browse pgsql-general by date

  From Date Subject
Next Message Doug McNaught 2002-05-23 15:18:53 Re: Process balancing on smp db server/apache web server
Previous Message Mike Mascari 2002-05-23 15:13:56 Re: Violation of NOT NULL