Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6fc2868

Browse files
committed
PGDLLIMPORT-ify MyBgworkerEntry.
This was done in HEAD in commit 7d7eee8, but 9.3 needs it too for contrib/worker_spi. Per buildfarm member narwhal.
1 parent 1ec5988 commit 6fc2868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/postmaster/bgworker.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ typedef struct BackgroundWorker
8282
extern void RegisterBackgroundWorker(BackgroundWorker *worker);
8383

8484
/* This is valid in a running worker */
85-
extern BackgroundWorker *MyBgworkerEntry;
85+
extern PGDLLIMPORT BackgroundWorker *MyBgworkerEntry;
8686

8787
/*
8888
* Connect to the specified database, as the specified user. Only a worker

0 commit comments

Comments
 (0)