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

Commit9dad24b

Browse files
Maksim MilyutinSergey Shinderuk
Maksim Milyutin
authored and
Sergey Shinderuk
committed
Add missing PGDLLEXPORT markings for collector_main function
After commit 089480c07, it's necessary for background worker entrypoints to be marked PGDLLEXPORT, else they aren't findable byLookupBackgroundWorkerFunction().
1 parenta2051cd commit9dad24b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎pg_wait_sampling.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ extern void init_lock_tag(LOCKTAG *tag, uint32 lock);
8181
/* collector.c */
8282
externvoidregister_wait_collector(void);
8383
externvoidalloc_history(History*,int);
84-
externvoidcollector_main(Datummain_arg);
84+
externPGDLLEXPORTvoidcollector_main(Datummain_arg);
8585

8686
externvoidshm_mq_detach_compat(shm_mq_handle*mqh,shm_mq*mq);
8787
externshm_mq_resultshm_mq_send_compat(shm_mq_handle*mqh,Sizenbytes,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp