Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ec5988 commit 6fc2868Copy full SHA for 6fc2868
src/include/postmaster/bgworker.h
@@ -82,7 +82,7 @@ typedef struct BackgroundWorker
82
extern void RegisterBackgroundWorker(BackgroundWorker *worker);
83
84
/* This is valid in a running worker */
85
-extern BackgroundWorker *MyBgworkerEntry;
+extern PGDLLIMPORT BackgroundWorker *MyBgworkerEntry;
86
87
/*
88
* Connect to the specified database, as the specified user. Only a worker
0 commit comments