• Robert Haas's avatar
    Extend dsm API with a new function dsm_unpin_mapping. · f7102b04
    Robert Haas authored
    This reassociates a dynamic shared memory handle previous passed to
    dsm_pin_mapping with the current resource owner, so that it will be
    cleaned up at the end of the current query.
    
    Patch by me.  Review of the function name by Andres Freund, Amit
    Kapila, Jim Nasby, Petr Jelinek, and Álvaro Herrera.
    f7102b04
dsm.h 1.89 KB