Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6fc2868

Browse files
committed
PGDLLIMPORT-ify MyBgworkerEntry.
This was done in HEAD in commit7d7eee8,but 9.3 needs it too for contrib/worker_spi. Per buildfarm member narwhal.
1 parent1ec5988 commit6fc2868

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
externvoidRegisterBackgroundWorker(BackgroundWorker*worker);
8383

8484
/* This is valid in a running worker */
85-
externBackgroundWorker*MyBgworkerEntry;
85+
externPGDLLIMPORTBackgroundWorker*MyBgworkerEntry;
8686

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp