"smart-fast" shutdown?

Started by Ed L.almost 24 years ago1 messagesgeneral
Jump to latest
#1Ed L.
pggeneral@bluepolka.net

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