mirror of
https://github.com/postgres/postgres.git
synced 2025-10-19 15:49:24 +03:00
Remove remnants of ImmediateInterruptOK handling.
Now that nothing sets ImmediateInterruptOK to true anymore, we can remove all the supporting code. Reviewed-By: Heikki Linnakangas
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user