diff options
Diffstat (limited to 'src/include/commands/async.h')
| -rw-r--r-- | src/include/commands/async.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/commands/async.h b/src/include/commands/async.h index ebc9271789..926af933d1 100644 --- a/src/include/commands/async.h +++ b/src/include/commands/async.h @@ -20,8 +20,8 @@ */ #define NUM_NOTIFY_BUFFERS 8 -extern bool Trace_notify; -extern volatile sig_atomic_t notifyInterruptPending; +extern PGDLLIMPORT bool Trace_notify; +extern PGDLLIMPORT volatile sig_atomic_t notifyInterruptPending; extern Size AsyncShmemSize(void); extern void AsyncShmemInit(void); |
