Remove the option to service interrupts during PGSemaphoreLock().

Andres Freund <andres@anarazel.de>

Commit: d06995710bc7e347d39866c1793ae282498d65e0
Author: Andres Freund <andres@anarazel.de>
Date: 2015-02-03T22:25:00Z
Releases: 9.5.0
Remove the option to service interrupts during PGSemaphoreLock().

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

Files