summaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/ipc.c
diff options
context:
space:
mode:
authorAndres Freund2015-02-03 22:25:47 +0000
committerAndres Freund2015-02-03 22:25:47 +0000
commit2505ce0be0b686c5a0a5141e9d080e7fdc35988a (patch)
tree32291d2aaca4045b4e1949fd2e6b5d8d70e46c55 /src/backend/storage/ipc/ipc.c
parentd06995710bc7e347d39866c1793ae282498d65e0 (diff)
Remove remnants of ImmediateInterruptOK handling.
Now that nothing sets ImmediateInterruptOK to true anymore, we can remove all the supporting code. Reviewed-By: Heikki Linnakangas
Diffstat (limited to 'src/backend/storage/ipc/ipc.c')
-rw-r--r--src/backend/storage/ipc/ipc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/backend/storage/ipc/ipc.c b/src/backend/storage/ipc/ipc.c
index f0f79393005..6bc0b0633f1 100644
--- a/src/backend/storage/ipc/ipc.c
+++ b/src/backend/storage/ipc/ipc.c
@@ -165,8 +165,6 @@ proc_exit_prepare(int code)
InterruptPending = false;
ProcDiePending = false;
QueryCancelPending = false;
- /* And let's just make *sure* we're not interrupted ... */
- ImmediateInterruptOK = false;
InterruptHoldoffCount = 1;
CritSectionCount = 0;