diff options
author | Andres Freund | 2015-02-03 22:25:47 +0000 |
---|---|---|
committer | Andres Freund | 2015-02-03 22:25:47 +0000 |
commit | 2505ce0be0b686c5a0a5141e9d080e7fdc35988a (patch) | |
tree | 32291d2aaca4045b4e1949fd2e6b5d8d70e46c55 /src/include/miscadmin.h | |
parent | d06995710bc7e347d39866c1793ae282498d65e0 (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/include/miscadmin.h')
-rw-r--r-- | src/include/miscadmin.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/miscadmin.h b/src/include/miscadmin.h index c9a46aa4e6a..eacfccbcba7 100644 --- a/src/include/miscadmin.h +++ b/src/include/miscadmin.h @@ -84,7 +84,6 @@ extern PGDLLIMPORT volatile bool ProcDiePending; extern volatile bool ClientConnectionLost; /* these are marked volatile because they are examined by signal handlers: */ -extern PGDLLIMPORT volatile bool ImmediateInterruptOK; extern PGDLLIMPORT volatile uint32 InterruptHoldoffCount; extern PGDLLIMPORT volatile uint32 QueryCancelHoldoffCount; extern PGDLLIMPORT volatile uint32 CritSectionCount; |