• Robert Haas's avatar
    Tighten up error recovery for fast-path locking. · 53c5b869
    Robert Haas authored
    The previous code could cause a backend crash after BEGIN; SAVEPOINT a;
    LOCK TABLE foo (interrupted by ^C or statement timeout); ROLLBACK TO
    SAVEPOINT a; LOCK TABLE foo, and might have leaked strong-lock counts
    in other situations.
    
    Report by Zoltán Böszörményi; patch review by Jeff Davis.
    53c5b869
README 33.7 KB