• Andres Freund's avatar
    Remove the option to service interrupts during PGSemaphoreLock(). · d0699571
    Andres Freund authored
    The remaining caller (lwlocks) doesn't need that facility, and we plan
    to remove ImmedidateInterruptOK entirely. That means that interrupts
    can't be serviced race-free and portably anyway, so there's little
    reason for keeping the feature.
    
    Reviewed-By: Heikki Linnakangas
    d0699571
posix_sema.c 6.88 KB