From 7d7eee8bb702d7796a0d7c5886c1f4685f2e2806 Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Sat, 18 Jan 2014 15:29:45 -0500 Subject: Export a few more symbols required for test_shm_mq module. Patch from Amit Kapila. --- src/include/miscadmin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/miscadmin.h') diff --git a/src/include/miscadmin.h b/src/include/miscadmin.h index b145a194082..f133e5ff2d7 100644 --- a/src/include/miscadmin.h +++ b/src/include/miscadmin.h @@ -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; -- cgit v1.2.3