• Robert Haas's avatar
    Remove belt-and-suspenders guards against buffer pin leaks. · c2281ac8
    Robert Haas authored
    Forcibly releasing all leftover buffer pins should be unnecessary now
    that we have a robust ResourceOwner mechanism, and it significantly
    increases the cost of process shutdown.  Instead, in an assert-enabled
    build, assert that no pins are held; in a non-assert-enabled build, do
    nothing.
    c2281ac8
localbuf.c 12.7 KB