Skip to content
Snippets Groups Projects
Commit 6fc2868e authored by Tom Lane's avatar Tom Lane
Browse files

PGDLLIMPORT-ify MyBgworkerEntry.

This was done in HEAD in commit 7d7eee8b,
but 9.3 needs it too for contrib/worker_spi.  Per buildfarm member narwhal.
parent 1ec5988f
No related branches found
No related tags found
No related merge requests found
...@@ -82,7 +82,7 @@ typedef struct BackgroundWorker ...@@ -82,7 +82,7 @@ typedef struct BackgroundWorker
extern void RegisterBackgroundWorker(BackgroundWorker *worker); extern void RegisterBackgroundWorker(BackgroundWorker *worker);
/* This is valid in a running worker */ /* 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 * Connect to the specified database, as the specified user. Only a worker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment