diff options
author | Andres Freund <andres@anarazel.de> | 2015-02-03 23:25:00 +0100 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2015-02-03 23:25:00 +0100 |
commit | d06995710bc7e347d39866c1793ae282498d65e0 (patch) | |
tree | 5d4de1a97f5518baba36e0b68864ac84e67ceef0 /src/backend/tcop/postgres.c | |
parent | 6753333f55e1d9bcb9da4323556b456583624a07 (diff) | |
download | postgresql-d06995710bc7e347d39866c1793ae282498d65e0.tar.gz postgresql-d06995710bc7e347d39866c1793ae282498d65e0.zip |
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
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions