mirror of
https://github.com/postgres/postgres.git
synced 2026-07-15 20:52:53 -04:00
PGDLLIMPORT-ify MyBgworkerEntry.
This was done in HEAD in commit 7d7eee8bb7,
but 9.3 needs it too for contrib/worker_spi. Per buildfarm member narwhal.
This commit is contained in:
parent
1ec5988f31
commit
6fc2868e4f
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ typedef struct BackgroundWorker
|
|||
extern void RegisterBackgroundWorker(BackgroundWorker *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
|
||||
|
|
|
|||
Loading…
Reference in a new issue