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

Commit974a286

Browse files
committed
Mark a few parallelism-related variables with PGDLLIMPORT.
Back-patch commit09a65f5 into the 9.6 and 10 branches.Needed to support back-patch of commit2cd4e83 on Windows.Discussion:http://postgr.es/m/20190604011354.GD1529@paquier.xyz
1 parentba38967 commit974a286

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/access/parallel.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ typedef struct ParallelContext
4747
}ParallelContext;
4848

4949
externvolatileboolParallelMessagePending;
50-
externintParallelWorkerNumber;
51-
externboolInitializingParallelWorker;
50+
externPGDLLIMPORTintParallelWorkerNumber;
51+
externPGDLLIMPORTboolInitializingParallelWorker;
5252

5353
#defineIsParallelWorker()(ParallelWorkerNumber >= 0)
5454

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp