mirror of
https://github.com/postgres/postgres.git
synced 2025-08-19 23:22:23 +03:00
Export a few more symbols required for test_shm_mq module.
Patch from Amit Kapila.
This commit is contained in:
@@ -80,7 +80,7 @@ extern volatile bool ProcDiePending;
|
||||
extern volatile bool ClientConnectionLost;
|
||||
|
||||
/* these are marked volatile because they are examined by signal handlers: */
|
||||
extern volatile bool ImmediateInterruptOK;
|
||||
extern PGDLLIMPORT volatile bool ImmediateInterruptOK;
|
||||
extern PGDLLIMPORT volatile uint32 InterruptHoldoffCount;
|
||||
extern PGDLLIMPORT volatile uint32 CritSectionCount;
|
||||
|
||||
|
Reference in New Issue
Block a user