summaryrefslogtreecommitdiff
path: root/src/include/postmaster
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2014-01-18 15:29:45 -0500
committerAndrew Dunstan <andrew@dunslane.net>2014-01-18 15:29:45 -0500
commit7d7eee8bb702d7796a0d7c5886c1f4685f2e2806 (patch)
tree7b530e1e8dcf95f9ce6a45a15158b77fc0b602cf /src/include/postmaster
parentad6bf0291a9fed503af3d5e777315a8997571647 (diff)
downloadpostgresql-7d7eee8bb702d7796a0d7c5886c1f4685f2e2806.tar.gz
Export a few more symbols required for test_shm_mq module.
Patch from Amit Kapila.
Diffstat (limited to 'src/include/postmaster')
-rw-r--r--src/include/postmaster/bgworker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/postmaster/bgworker.h b/src/include/postmaster/bgworker.h
index 05269f3466..78d6c0e09d 100644
--- a/src/include/postmaster/bgworker.h
+++ b/src/include/postmaster/bgworker.h
@@ -116,7 +116,7 @@ extern BgwHandleStatus WaitForBackgroundWorkerStartup(BackgroundWorkerHandle *
extern void TerminateBackgroundWorker(BackgroundWorkerHandle *handle);
/* This is valid in a running worker */
-extern BackgroundWorker *MyBgworkerEntry;
+extern PGDLLIMPORT BackgroundWorker *MyBgworkerEntry;
/*
* Connect to the specified database, as the specified user. Only a worker