diff options
| author | Andrew Dunstan <andrew@dunslane.net> | 2014-01-18 15:29:45 -0500 |
|---|---|---|
| committer | Andrew Dunstan <andrew@dunslane.net> | 2014-01-18 15:29:45 -0500 |
| commit | 7d7eee8bb702d7796a0d7c5886c1f4685f2e2806 (patch) | |
| tree | 7b530e1e8dcf95f9ce6a45a15158b77fc0b602cf /src/include/postmaster | |
| parent | ad6bf0291a9fed503af3d5e777315a8997571647 (diff) | |
| download | postgresql-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.h | 2 |
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 |
