• S
    During Hot Standby, fix drop database when sessions idle. · 3bfcccc2
    Simon Riggs 提交于
    Previously we only cancelled sessions that were in-transaction.
    
    Simple fix is to just cancel all sessions without waiting. Doing
    it this way avoids complicating common code paths, which would
    not be worth the trouble to cover this rare case.
    
    Problem report and fix by Andres Freund, edited somewhat by me
    3bfcccc2
procarray.h 2.8 KB